See 'Installation plans' for the details and the format.
Usage
install_package_plan(
plan,
lib = .libPaths()[[1]],
num_workers = 1,
cache = NULL
)
Arguments
- plan
Package plan object, a data frame, see 'Installation plans' for the format.
- lib
Library directory to install to.
- num_workers
Number of worker processes to use.
- cache
Package cache to use, or
NULL
.