CRAN and Bioconductor repositories. The newest Bioconductor release for the specific R version is assumed.

biocran_repos(version = NULL)

Arguments

version

character the Bioconductor release. By default the newest Bioconductor release for the specific R version is assumed, if not available only CRAN repository is returned. Available Bioconductor versions for your R version could be checked with pacs::bio_releases(). Default NULL

Value

named character vector of repositories.

Note

The Internet connection is needed to get Bioconductor repositories.

Examples

if (FALSE) {
pacs::biocran_repos()
}