biocinstallRepos: Display current Bioconductor and CRAN repositories.

Description Usage Arguments Value See Also Examples

Description

Displays the URLs of the repositories used by biocLite to install Bioconductor and CRAN packages.

Usage

1

Arguments

siteRepos

character() representing an additional repository in which to look for packages to install. This repository will be prepended to the default repositories returned by the function.

Value

Named character() of repositories.

See Also

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.

Examples

1
2
3
4
5
6
7
8
biocinstallRepos()

## Choose mirrors
## Not run: 
chooseCRANmirror()
chooseBioCmirror()

## End(Not run)

Bioconductor/BiocInstaller_release documentation built on May 6, 2019, 7:49 a.m.