Description Usage Arguments Details Value See Also
Download and install packages from a package installation plan.
1 2 | install_package_plan(plan = "resolution.json", lib = .libPaths()[[1]],
num_workers = "auto", quiet = FALSE)
|
plan |
Package installation plan object, as created by the pkgdepends package. It can also be a character scalar referring to to an exported installation plan JSON file, in which case the plan is loaded from that file. |
lib |
Package library to install the packages to. If it does not exist, it will be created. |
num_workers |
The number of processes to use to install the
packages. If it is the string scalar |
quiet |
If |
It uses download_package_plan()
to download the packages, if the plan
does not have a "file"
column.
It downloads and installs all packages in parallel.
The installation plan.
download_package_plan()
if you only want to download the
files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.