-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Bioc version map for R v4.1
to 3.14
#664
Comments
Indeed @stufield, this is now biting as there is a unit test hard-coding the expected Bioconductor release version, see e.g. https://github.com/r-lib/remotes/runs/4086816248?check_suite_focus=true#step:6:148
|
I have a GitHub Action that runs |
A PR updating the mapping would be great, thanks! |
Are there plans to make a release for this? I stumbled across this issue in #668. Specifically, a to-be-released package of mine depends on a recent version of some Bioconductor package (present only in 3.14), and I'd like to avoid having to add some |
After the recent Bioconductor release of
v3.14
on 2021-10-27, the version map version insidebioc-standalone.R
looks 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.1
should 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.
The text was updated successfully, but these errors were encountered: