install_deps {reportfactory} | R Documentation |
Install dependencies of reports within
Description
This function can be used to install package dependencies based on the reports within the factory.
Usage
install_deps(factory = ".", update = FALSE, ...)
Arguments
factory |
The path to the report factory or a folder within the desired factory. Defaults to the current directory. |
update |
A logical indicating if packages which are already installed
should be re-installed ( |
... |
Arguments to be passed to |
Value
Invisble NULL (called for side effects only).
See Also
list_deps()
to list dependencies of packages
[Package reportfactory version 0.4.0 Index]