powered by
Get the respective version of R for a given version of Bioconductor.
bioc_r_versions(bioc_version = NULL, depth = NULL, return_opts = FALSE)
Named list of Bioc/R versions
Version of Bioc to return info for. Can be:
Get the current development version of Bioc.
Get the current release version of Bioc.
A specific Bioc version number (e.g. 3.16).
3.16
Return info for all Bioc versions.
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:
depth=NULL
"4.2.0"
depth=1
"4"
depth=2
"4.2"
depth=3
Return a character vector of all valid Bioc version names.
ver <- bioc_r_versions(bioc_version="devel")
Run the code above in your browser using DataLab