bioc_version {pkgcache} | R Documentation |
bioc_version()
queries the matching Bioconductor version for
and R version, defaulting to the current R version
bioc_version(r_version = getRversion(), forget = FALSE) bioc_version_map(forget = FALSE)
r_version |
The R version number to match. |
forget |
Use |
bioc_version()
returns a package_version object.
bioc_version_map()
returns a tibble with columns:
bioc_version
: package_version object, Bioconductor versions.
r_version
: package_version object, the matching R versions.
bioc_status
: factor, with levels: out-of-date
, release
,
devel
, future
.
bioc_version_map
: bioc_version_map()
returns the current mapping between R versions
and Bioconductor versions.
bioc_version() bioc_version("4.0") bioc_version("4.1") bioc_version_map()