rspm create source#
Command to create sources
Examples#
rspm create source --name=[source name]
rspm create source --name=[source name] --type=[curated-cran|cran-snapshot|curated-pypi|local|git]
rspm create source --name=[source name] --type=curated-cran --snapshot=2017-11-07
rspm create source --name=[source name] --type=cran-snapshot --snapshot=2020-07-09
rspm create source --name=[source name] --type=curated-pypi
rspm create source --name=[source name] --type=local-python
rspm create source --type=bioconductor --version=3.11
Options#
-h, --help help for source
--name string The name of the source.
--snapshot string The initial CRAN snapshot to use for curated-cran sources. Provide either a transaction id or a snapshot date in yyyy-mm-dd format.
--succeed-on-existing Do not return an error if source already exists
--type string Optional. The type of source. Must be one of 'bioconductor', 'curated-cran', 'cran-snapshot', 'curated-pypi', 'local', 'local-python', or 'git'. Defaults to 'local'.
--version string The Bioconductor version.