-
Notifications
You must be signed in to change notification settings - Fork 153
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
Remotes selects incompatible bioconductor version on R 4.4.0: uses 3.18 instead of 3.19 #798
Comments
I think that this is fixed with 041e67b but has not been released to CRAN yet; installing remotes from GitHub would return the correct version of Bioconductor. |
Thats great! Perhaps it would be nice if |
Note that this can use |
As already discussed, this is fixed on main, but the CRAN release of remotes still has
Since R 4.4 uses Bioconductor 3.20, typical 4.4 users will encounter errors when attempting to install any package that has uninstalled Bioconductor dependencies. |
Hi!
It was apparently decided that bioc 3.19 shouldn't be mapped to R 4.4.0:
remotes/R/bioc-standalone.R
Line 117 in 5b7eb08
However, this can result in bioc version 3.18 being selected, and it is not compatible with R 4.4.0.
This may be because
R_BIOC_VERSION
is not set in my environment, and because it is not in the version map.It can be observed that this is the case:
However, if I copy-paste the source (https://github.com/r-lib/remotes/blob/main/R/bioc-standalone.R) to a script (source.zip) and source it, the correct version pops up:
What may be going on?
For context see: Bioconductor/S4Vectors#123
The text was updated successfully, but these errors were encountered: