diff --git a/R/bioc.R b/R/bioc.R index df14ef8..dbc71a8 100644 --- a/R/bioc.R +++ b/R/bioc.R @@ -114,7 +114,8 @@ bioconductor <- local({ "4.0" = package_version("3.12"), "4.1" = package_version("3.14"), "4.2" = package_version("3.16"), - "4.3" = package_version("3.18") + "4.3" = package_version("3.18"), + "4.4" = package_version("3.20") # Do not include R 4.4 <-> Bioc 3.19, because R 4.4 will use # Bioc 3.20 eventually. ) diff --git a/tests/testthat/_snaps/platform.md b/tests/testthat/_snaps/platform.md index 38c80e8..09df7e6 100644 --- a/tests/testthat/_snaps/platform.md +++ b/tests/testthat/_snaps/platform.md @@ -332,23 +332,24 @@ 36 3.16 4.2 out-of-date 37 3.17 4.3 out-of-date 38 3.18 4.3 out-of-date - 39 3.19 4.4 release - 40 3.20 4.4 devel - 41 3.20 4.5 future + 39 3.19 4.4 out-of-date + 40 3.20 4.4 release + 41 3.21 4.5 devel + 42 3.21 4.6 future # bioc_release_version, bioc_devel_version Code bioc_release_version(forget = TRUE) Output - [1] '3.19' + [1] '3.20' --- Code bioc_devel_version(forget = TRUE) Output - [1] '3.20' + [1] '3.21' # bioc_repos