pdPkgFromBioC {oligoClasses} | R Documentation |
This function checks if a given package is available on BioConductor and installs it, in case it is.
pdPkgFromBioC(pkgname, lib = .libPaths()[1], verbose = TRUE)
pkgname |
character. Name of the package to be installed. |
lib |
character. Path where to install the package at. |
verbose |
logical. Verbosity flag. |
Internet connection required.
Logical: TRUE if package was found, downloaded and installed; FALSE otherwise.
Benilton Carvalho
download.packages
## Not run: pdPkgFromBioC("pd.mapping50k.xba240") ## End(Not run)