install_deps: Install dependencies of reports within

Description Usage Arguments See Also

View source: R/install_deps.R

Description

This function can be used to install package dependencies based on the reports within the factory.

Usage

1
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 (TRUE); otherwise, only missing packages are installed; defaults to FALSE.

...

Arguments to be passed to install.packages().

See Also

list_deps to list dependencies of packages


tjtnew/reportfactory documentation built on Dec. 31, 2020, 8:40 a.m.