Description Usage Arguments Details Value See Also
Download packages of a package installation plan, into the R temporary directory.
1 | download_package_plan(plan, quiet = FALSE)
|
plan |
Package installation plan, as created by the pkgdepends package. |
quiet |
If |
It downloads all files in parallel.
It requires the libcurl capability currently, see capabilities()
.
The updated package plan, with additional columns:
download_dir
: the directory of the downloaded package,
status
: download status,
file
: path to the downloaded file.
install_package_plan()
for installing the packages in the
plan.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.