install_pkgs: Restore Packages from a Backup

Description Usage Arguments

View source: R/pkg_list.R

Description

Read package names from a CSV file to an R object.

Usage

1
install_pkgs(pkgList, libpath = NULL, update = FALSE, keep_all = TRUE)

Arguments

pkgList

An R vector of package names, ideally read in from read_pkgs

libpath

A path to a valid directory where R can install the packages

update

A logical, should packages be updated first? Default is false

keep_all

A logical, should all packages in pkgList not local be installed?

...

additional arguments to pass to sync_pkgs


jknowles/maintainr documentation built on May 19, 2019, 11:42 a.m.