packageChecker: packageChecker()

Description Usage Author(s) Examples

View source: R/packageChecker.R

Description

http://students.eagle-science.org/install-missing-r-packages/

packageChecker() takes a List of packageNames and checks it against the internal library.

If a package is missing, it will download, install and activate it. If a package is already installed but old, it will be updated and activated. If a package is already installed, it will be activated.

Usage

1
packageChecker(packageList)

Author(s)

Pawel Kluter

Examples

1
2
requiredPacks <- c("sp", "raster", "ggplot2")
packageChecker(requiredPacks)

kluter/LCquickVieweR documentation built on Dec. 3, 2020, 9:55 p.m.