biocran_repos {pacs}R Documentation

CRAN and Bioconductor repositories

Description

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

Usage

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

## Not run: 
pacs::biocran_repos()

## End(Not run)

[Package pacs version 0.5.1 Index]