Learn R Programming

PSCBS (version 0.38.4)

installDNAcopy: Install the DNAcopy package

Description

Install the DNAcopy package, if missing.

Usage

## S3 method for class '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.