getCDF {gcrma} | R Documentation |
These are internal functions that are called by justGCRMA
and
GCRMA
in order to automatically download and install cdf
environments and probe packages.
getCDF(cdfname, lib = .libPaths()[1], verbose = TRUE) getProbePackage(probepackage, lib = .libPaths()[1], verbose = TRUE)
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 |
Nothing is returned. These functions are called simply to install environments.
James W. MacDonald, based on getCDFinfo
, written by Jeff
Gentry.
~~objects to See Also as getCDFinfo