This function can be used to install package dependencies based on the reports within the factory.
install_deps(factory = ".", update = FALSE, ...)
The path to the report factory or a folder within the desired factory. Defaults to the current directory.
A logical indicating if packages which are already installed
should be re-installed (TRUE
); otherwise, only missing packages are
installed; defaults to FALSE
.
Arguments to be passed to install.packages()
.
Invisble NULL (called for side effects only).
list_deps()
to list dependencies of packages