Skip to content

rspm remove#

Command to remove packages from sources

rspm remove [flags]

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#

  -c, --config string          Path to config file
  -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