rspm-offline-downloader get bioconductor#
Advanced
Download files required to run Posit Package Manager in an air-gapped environment
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")
--concurrency int Optional. The number of concurrent downloads. Must be greater than 0. Default 500. (default 500)
--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.
--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])