-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
After the recent Bioconductor release of v3.14
on 2021-10-27, the version map version inside bioc-standalone.R
looks like it still points to v3.13
, however according to the recently updated BioC docs:
https://www.bioconductor.org/about/release-announcements/#release-versions
R v4.1
should map to Bioconductor v3.14
.
After the Bioconductor update in October, this causes bioc_version()
(current CRAN v2.4.1
& v2.4.1.9000
) to point to the wrong (old) version associated with its R v4.1
. I think ...
sapply(c("3.6", "4.0", "4.1", "4.2"), remotes::bioc_version)
If I'm wrong, please feel free to close. Otherwise I'm happy to submit a PR.
Metadata
Metadata
Assignees
Labels
No labels