Commands
pkgr
A package manager for R
Flags
--config string: config file (default is pkgr.yml)--debug: use debug mode-h, --help: help for pkgr--library string: library to install packages--logjson: log as json--loglevel string: level for logging--no-rollback: disable rollback--no-secure: disable TLS certificate verification--no-update: don't update installed packages--strict: enable strict mode--threads int: number of threads to execute with-v, --version: print the version
Subcommands
- pkgr add - Add packages to the configuration file
- pkgr clean - Clean cached information
- pkgr inspect - Inspect package dependencies
- pkgr install - Install packages
- pkgr load - Check that installed packages can be loaded
- pkgr plan - Display plan for installation
- pkgr remove - Remove packages from the configuration file
- pkgr run - Launch R session with config settings