BiocUpgrade: Upgrade Bioconductor to the latest version available for this...

Description See Also Examples

Description

Downloads the latest version of the BiocInstaller package, and upgrades all currently installed packages to the latest repositories for this version of R.

To upgrade, use:

1
2
3
    source("http://bioconductor.org/biocLite.R")
    biocLite("BiocUpgrade")
  

See Also

biocLite Installs/updates Bioconductor/CRAN packages.

chooseBioCmirror lets you choose from a list of all public Bioconductor mirror URLs.

chooseCRANmirror lets you choose from a list of all public CRAN mirror URLs.

biocinstallRepos returns the Bioconductor and CRAN repositories used by biocLite.

install.packages installs the packages themselves.

Examples

1
2
3
4
5
## Not run: 
source("http://bioconductor.org/biocLite.R")
biocLite("BiocUpgrade")

## End(Not run)

dtenenba/BiocInstaller_2.12 documentation built on May 15, 2019, 4:54 p.m.