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.
After the recent Bioconductor release of
v3.14on 2021-10-27, the version map version insidebioc-standalone.Rlooks like it still points tov3.13, however according to the recently updated BioC docs:https://www.bioconductor.org/about/release-announcements/#release-versions
R v4.1should map to Bioconductorv3.14.After the Bioconductor update in October, this causes
bioc_version()(current CRANv2.4.1&v2.4.1.9000) to point to the wrong (old) version associated with itsR v4.1. I think ...If I'm wrong, please feel free to close. Otherwise I'm happy to submit a PR.