From 5b7eb08f70ecc4f885f2c75330ce77f87e7dd14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 2 Apr 2024 17:11:41 +0200 Subject: [PATCH] Update amalgamation files --- inst/install-github.R | 5 +++-- install-github.R | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/inst/install-github.R b/inst/install-github.R index a642288e..70a87111 100644 --- a/inst/install-github.R +++ b/inst/install-github.R @@ -121,8 +121,9 @@ function(...) { "4.0" = package_version("3.12"), "4.1" = package_version("3.14"), "4.2" = package_version("3.16"), - "4.3" = package_version("3.17"), - "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 + # Bioc 3.20 eventually. ) # ------------------------------------------------------------------- diff --git a/install-github.R b/install-github.R index a642288e..70a87111 100644 --- a/install-github.R +++ b/install-github.R @@ -121,8 +121,9 @@ function(...) { "4.0" = package_version("3.12"), "4.1" = package_version("3.14"), "4.2" = package_version("3.16"), - "4.3" = package_version("3.17"), - "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 + # Bioc 3.20 eventually. ) # -------------------------------------------------------------------