lockfile_install: Install packages based on a lock file

View source: R/lockfile.R

lockfile_installR 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 lib, or a different version is installed for them.

See Also

Other lock files: lockfile_create()


r-lib/pak documentation built on April 26, 2024, 7:23 a.m.