You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Note that this can use utils::download.file, but download.file is not in the NAMESPACE. This is also a problem for the 'pkgcache' package, which has a copy-paste version of the same code.
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: