rspm list cran

Command to list CRAN snapshots

Terminal
rspm list cran snapshots [flags]

Examples

Terminal
  rspm list cran snapshots --count=100 --page=1
    - List available CRAN snapshots

Options

Terminal
      --count int   The number of CRAN snapshots to list per page. (default 100)
  -h, --help        help for cran
      --page int    The page or offset to use. (default 1)

Options inherited from parent commands

Terminal
  -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
Back to top