rspm remove#
Command to remove packages from sources
Examples#
rspm remove package --name=[package name]@[scope] --source=[source name] --comment=[comment text]
To remove an R package, specify the scope with:
- [package name]@all to specify all versions
- [package name]@current to specify the current version
- [package name]@1.2.3 to specify a version
To remove Python releases or files, specify the scope with:
- [package name]@all to specify all releases
- [package name]@current to specify the current release
- [package name]@1.2.3 to specify a release
- [package name]@[file-name] to specify a specific file
Options#
--comment string A comment to explain the motivation for package removal.
-h, --help help for remove
--name string The path to the package file.
--source string The name of the source.
Options inherited from parent commands#
-a, --address string The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
-c, --config string Path to config file
--insecure-ssl-skip-verify If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
-o, --output-format string Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
-v, --verbose Provide additional output