requireForesee: Loading/Attaching (and Installing) a Package

Description Usage Arguments Value Examples

View source: R/Miscellaneous.R

Description

requireForesee is the same as 'require' from the base package, except in case of a missing package, it tries to install it via 'biocLite' from Bioconductor. For installation to work, R needs to have access to the internet (more precisely "https://bioconductor.org/biocLite.R" should be accessable to R).

Usage

1
requireForesee(package)

Arguments

package

the name of a package to be loaded and attached (and installed).

Value

requireForesee returns (invisibly) a logical indicating whether the required package was available (before installation attempts).

Examples

1

JRC-COMBINE/FORESEE documentation built on Jan. 24, 2020, 1:19 a.m.