From 7579b7ebb5d462992f78e5c23cdd6986f6d50070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Thu, 9 Jan 2025 14:35:56 +0100 Subject: [PATCH] Update amalgamation --- inst/install-github.R | 4 +++- install-github.R | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/inst/install-github.R b/inst/install-github.R index 70a87111..eec931af 100644 --- a/inst/install-github.R +++ b/inst/install-github.R @@ -82,6 +82,7 @@ function(...) { #' @noRd NULL + #' @importFrom utils download.file bioconductor <- local({ @@ -121,7 +122,8 @@ function(...) { "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/install-github.R b/install-github.R index 70a87111..eec931af 100644 --- a/install-github.R +++ b/install-github.R @@ -82,6 +82,7 @@ function(...) { #' @noRd NULL + #' @importFrom utils download.file bioconductor <- local({ @@ -121,7 +122,8 @@ function(...) { "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. )