biocinstallRepos: Display current Bioconductor and CRAN repositories.

Description Usage Arguments Value See Also Examples

View source: R/biocinstallRepos.R

Description

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

Usage

1

Arguments

siteRepos

(Optional) character(1) representing an additional repository (e.g., a URL to an organization's internally maintained repository) in which to look for packages to install. This repository will be prepended to the default repositories returned by the function.

version

(Optional) character(1) or package_version indicating the Bioconductor version (e.g., “3.1”) for which repositories are required.

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)

BiocInstaller documentation built on May 1, 2019, 11:36 p.m.