biocran_repos: CRAN and Bioconductor repositories

View source: R/check.R

biocran_reposR 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)

pacs documentation built on Aug. 19, 2023, 1:08 a.m.