This function returns the current release and devel Bioconductor version numbers by parsing the "http://www.bioconductor.org/js/versions.js" page.

biocVersions()

Value

A named character of length two with the release and devel version numbers (in that order).

Examples

biocVersions()
#> release devel #> "3.4" "3.5"