rspm update#
EnhancedAdvanced
Command to update curated-cran and curated-pypi sources
Examples#
rspm update --source=[curated-cran source name]
rspm update --source=[curated-cran source name] --snapshot=[snapshot date]
rspm update --source=[curated-cran source name] --snapshot=[snapshot date] --commit
rspm update --source=[curated-pypi source name] --snapshot=[snapshot date] --file-in=requirements.txt
rspm update --source=[curated-pypi source name] --snapshot=[snapshot date] --file-in=requirements.txt --commit
Options#
--commit Commit the updates.
--csv-out string Output the package list to a CSV file.
--file-in string The path to a file containing the packages to import. The file format is a requirements.txt file. For curated-pypi sources.
-h, --help help for update
--snapshot string The snapshot date used to locate the packages to update.
--source string The name of a curated-pypi or curated-cran source.