lockfile_install {pak} | R Documentation |
Install packages based on a lock file
Description
Install a lock file that was created with lockfile_create()
.
Usage
lockfile_install(lockfile = "pkg.lock", lib = .libPaths()[1], update = TRUE)
Arguments
lockfile |
Path to the lock file. |
lib |
Library to carry out the installation on. |
update |
Whether to online install the packages that
either not installed in |
See Also
Other lock files:
lockfile_create()
[Package pak version 0.7.2 Index]