bioc_r_versions {rworkflows} | R Documentation |
Bioconductor / R versions
Description
Get the respective version of R for a given version of Bioconductor.
Usage
bioc_r_versions(bioc_version = NULL, depth = NULL, return_opts = FALSE)
Arguments
bioc_version |
Version of Bioc to return info for. Can be:
|
depth |
How many levels deep into the R version to include. For example, is the R version number is "4.2.0", the following depths would return:
|
return_opts |
Return a character vector of all valid Bioc version names. |
Value
Named list of Bioc/R versions
Examples
ver <- bioc_r_versions(bioc_version="devel")
[Package rworkflows version 1.0.1 Index]