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.