Skip to content

rspm-offline-downloader get bioconductor#

Advanced

Download files required to run Posit Package Manager in an air-gapped environment

rspm-offline-downloader get bioconductor [flags]

Examples#

  rspm-offline-downloader get bioconductor --rspm-version=[Posit Package Manager version] --destination=[/path/to/destination]
  rspm-offline-downloader get bioconductor --rspm-version=[Posit Package Manager version] --destination=[/path/to/destination] --versions=release,devel
  rspm-offline-downloader get bioconductor --rspm-version=[Posit Package Manager version] --destination=[/path/to/destination] --versions=3.11,3.10,3.9

Options#

      --base-url string            Optional. The base URL to locate files. (default "https://rspm-sync.rstudio.com")
      --cache-dir string           Optional. Specify a custom cache directory to speed up subsequent command runs - this directory will not be cleaned up by this command.
      --concurrency int            Optional. The number of concurrent downloads. Must be 1-10 (default 1)
      --destination string         The destination to download files.
      --dryrun                     Describe the downloads without saving any files.
  -h, --help                       help for bioconductor
      --outbound-proxy string      Optional. URL to use for outbound HTTP(s) requests. Values may be either a complete URL or a host[:port], in which case the http scheme is assumed.
  -q, --quiet                      Optional. Run this command with minimal output.
      --retries int                Optional. Max number of times the offline downloader will attempt to download a package. Must be 1-15. (default 10)
      --rspm-version string        Your version of Posit Package Manager, e.g., 2021.09.0
      --starting-snapshot string   The starting snapshot date for the downloads. Expected format: YYYY-MM-DD.
      --versions strings           The Bioconductor versions for which to download files. Use the aliases 'devel' and 'release' to download the current devel and release versions. If this flag is not included, all supported versions will be downloaded. (default [all])

Options inherited from parent commands#

      --cache     Enables caching between subsequent calls to the offline downloader (default true)
  -v, --verbose   Provide additional output