Skip to content

Commit 041e67b

Browse files
committed
Update bioc standalone file
1 parent ac483e7 commit 041e67b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

R/bioc-standalone.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ bioconductor <- local({
113113
"4.0" = package_version("3.12"),
114114
"4.1" = package_version("3.14"),
115115
"4.2" = package_version("3.16"),
116-
"4.3" = package_version("3.17"),
117-
"4.4" = package_version("3.18")
116+
"4.3" = package_version("3.18")
117+
# Do not include R 4.4 <-> Bioc 3.19, because R 4.4 will use
118+
# Bioc 3.20 eventually.
118119
)
119120

120121
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)