Skip to contents

installCellar() install files already saved in a cellar

Usage

installCellar(path, project, library, lockfile)

Arguments

path

Character string giving the cellar path. If omitted, defaults to renv/cellar.

project

Character string giving the project path. If omitted, defaults to usethis::proj_get().

library

Character string giving the library path. If omitted, defaults to renv/library.

lockfile

Character string giving the lockfile path. If omitted, defaults to renv.lock at the project base level provided by usethis::proj_get().

Value

Invisible

Examples


if (FALSE) { # \dontrun{
# It will install all packages in the cellar
installCellar()
} # }