Learn R Programming

PSCBS (version 0.63.0)

installDNAcopy: Install the DNAcopy package

Description

Install the DNAcopy package, if missing.

Usage

# S3 method for default
installDNAcopy(..., force=FALSE)

Arguments

...

Arguments passed to the install function.

force

If FALSE and the DNAcopy package is already installed, then it will not be re-install. If TRUE, it will be installed.

Value

Returns nothing.

Details

This function is will download and call the biocLite() installation function from the Bioconductor Project website. This function will also make sure that DNAcopy is loaded so that it is reported by sessionInfo.