bioc_version {pkgcache}R Documentation

Query Bioconductor version information

Description

bioc_version() queries the matching Bioconductor version for and R version, defaulting to the current R version

Usage

bioc_version(r_version = getRversion(), forget = FALSE)

bioc_version_map(forget = FALSE)

Arguments

r_version

The R version number to match.

forget

Use TRUE to avoid caching the Bioconductor mapping.

Value

bioc_version() returns a package_version object.

bioc_version_map() returns a tibble with columns:

Functions

Examples


bioc_version()
bioc_version("4.0")
bioc_version("4.1")


bioc_version_map()


[Package pkgcache version 1.1.0 Index]