This function returns the current release and devel Bioconductor
version numbers by parsing the
"http://www.bioconductor.org/js/versions.js"
page.
biocVersions()
A named character
of length two with the
release
and devel
version numbers (in that
order).
biocVersions()#> release devel #> "3.4" "3.5"