Save and load packages from file
load.packages(path = NULL, install = FALSE)save.packages(x = NULL, path = tempfile())
The list of packages, invisibly.
The path to a text file containing package names. If NULL
(default), then the default list is read from k5/inst/PACKAGES
.
If TRUE
, install missing packages.
A character vector of package names to save. If NULL
(default),
use all currently attached packages.