packageCellar() saves files from a renv.lock file into the 'cellar' folder in renv
Source: R/packageCellar.R
packageCellar.RdpackageCellar() saves files from a renv.lock file into the 'cellar' folder in renv
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().- lockfile
Character string giving the lockfile path. If omitted, defaults to
renv.lockat the project base level provided byusethis::proj_get().- type
Character string specifying whether to download all packages (
"complete") or only packages from GitHub ("github").