install_utils: Install a list of packages in R

Description Usage Arguments Value See Also Examples

Description

Install a list of packages in R

Update the package from github

install.package compile source option

Update all packages

Usage

1
2
3
4
5
6
7
install_pkgs(pkgs = NULL, file.path = NULL, max_size = 1e+06)

update_Altools(force = TRUE)

compile_from_source(src = c("both", "yes", "no"))

BiocUpdateAll()

Arguments

pkgs

a character vector of packages

file.path

the path to a R/Rmd file containing library() and/or require() statements, or to the /Resources/library directory of another R version

max_size

size (in bytes) beyond which the pkgs will not be installed

force

Logical, force re-install?

src

one of c("both", "yes", "no")

Value

a data.frame containing successful and failed/non-installation info

See Also

Other utils: eval_function_formals()

Examples

1
## Not run: BiocUpdateAll()

aljabadi/Altools documentation built on Jan. 17, 2022, 8:55 a.m.