rinstall: Installs R packages

Description Usage Arguments Value

View source: R/rinstall.r

Description

Installs R packages from local directory, CRAN or Git.

Usage

1
rinstall(pkgs = character(0L), add = FALSE, ...)

Arguments

pkgs

[character]
Strings convertible by stringToPackage.

add

[logical(1)]
Append packages to your config file in getConfigPath.? Default is FALSE.

...

[any]
Passed to remotes::install_*().

Value

Invisibly returns TRUE on success.


rdatsci/rt documentation built on Dec. 6, 2020, 5:31 p.m.