Learn R Programming

gcrma (version 2.44.0)

getCDF: Functions for Automatic Download of Packages

Description

These are internal functions that are called by justGCRMA and GCRMA in order to automatically download and install cdf environments and probe packages.

Usage

getCDF(cdfname, lib = .libPaths()[1], verbose = TRUE) getProbePackage(probepackage, lib = .libPaths()[1], verbose = TRUE)

Arguments

cdfname
Name of the cdfenv to install.
probepackage
Name of the probe package to install.
lib
Directory of the R library where packages will be installed.
verbose
Output informative comments? Defaults to TRUE

Value

Nothing is returned. These functions are called simply to install environments.

See Also

getCDFinfo