rspm create repo#
Command to create repos
Examples#
rspm create repo --name=[repo name] --description=[text]
rspm create repo --name=[repo name]
rspm create repo --name=[repo name] --type=bioconductor --description=[text]
rspm create repo --name=[repo name] --type=python --description=[text]
Options#
--description string Description text. Optional.
-h, --help help for repo
--name string The name of the repo or source.
--succeed-on-existing Do not return an error if repo already exists
--type string Optional. The type of repository. Must be either 'r', 'bioconductor', or 'python'. Defaults to 'r'.