installEIPkgs: Download and install packages for envin-umr

View source: R/installEIPkgs.R

installEIPkgsR Documentation

Download and install packages for envin-umr

Description

Download and install a bunch of packages that we find useful for our day-to-day workflow. If cran.pkgs = NULL (default), a standard list of packages will be downloaded and installed. If you supply a character vector of packages, these wil be installed instead.

Usage

installEIPkgs(
  cran.pkgs = NULL,
  git.pkgs = NULL,
  check = TRUE,
  update = FALSE,
  ...
)

Arguments

cran.pkgs

character vector of packages to be installed from CRAN.

git.pkgs

character vector of packages to be installed from GitHub (not yet implemented).

check

logical, determines whether to check if any packages specified in 'cran.pkgs' are already installed and skip their installation.

update

logical, determines whether to run update.packages after installation.

...

Additional arguments passed to install.packages.

Author(s)

Tim Appelhans, Florian Detsch

See Also

install.packages, install_github.

Examples

## Not run: 
installEIPkgs()

## End(Not run)


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.