CRAN and Bioconductor repositories. The newest Bioconductor release for the specific R version is assumed.
biocran_repos(version = NULL)
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
named character
vector of repositories.
The Internet connection is needed to get Bioconductor repositories.
if (FALSE) { # \dontrun{
pacs::biocran_repos()
} # }