We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac483e7 commit 041e67bCopy full SHA for 041e67b
R/bioc-standalone.R
@@ -113,8 +113,9 @@ bioconductor <- local({
113
"4.0" = package_version("3.12"),
114
"4.1" = package_version("3.14"),
115
"4.2" = package_version("3.16"),
116
- "4.3" = package_version("3.17"),
117
- "4.4" = package_version("3.18")
+ "4.3" = package_version("3.18")
+ # Do not include R 4.4 <-> Bioc 3.19, because R 4.4 will use
118
+ # Bioc 3.20 eventually.
119
)
120
121
# -------------------------------------------------------------------
0 commit comments