| biocinstallRepos {BiocInstaller} | R Documentation |
Displays the URLs of the repositories used by biocLite
to install Bioconductor and CRAN packages.
biocinstallRepos()
Named character() of repositories.
biocLite Installs/updates Bioconductor/CRAN packages.
install.packages installs the packages themselves.
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() ## Choose mirrors ## Not run: chooseCRANmirror() chooseBioCmirror() ## End(Not run)