pdPkgFromBioC: Get packages from BioConductor.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function checks if a given package is available on BioConductor and installs it, in case it is.

Usage

1
pdPkgFromBioC(pkgname, lib = .libPaths()[1], verbose = TRUE)

Arguments

pkgname

character. Name of the package to be installed.

lib

character. Path where to install the package at.

verbose

logical. Verbosity flag.

Details

Internet connection required.

Value

Logical: TRUE if package was found, downloaded and installed; FALSE otherwise.

Author(s)

Benilton Carvalho

See Also

download.packages

Examples

1
2
3
4
## Not run: 
pdPkgFromBioC("pd.mapping50k.xba240")

## End(Not run)

benilton/oligoClassesOld documentation built on May 12, 2019, 11:51 a.m.