pdPkgFromBioC {oligoClasses}R Documentation

Get packages from BioConductor.

Description

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

Usage

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

## Not run: 
pdPkgFromBioC("pd.mapping50k.xba240")

## End(Not run)

[Package oligoClasses version 1.48.0 Index]