lockfile_install {pak} | R Documentation |
Install a lock file that was created with lockfile_create()
.
lockfile_install(lockfile = "pkg.lock", lib = .libPaths()[1], update = TRUE)
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 |
Other lock files:
lockfile_create()