From 332ff4e95f309f7eee13c17a021619360a855f16 Mon Sep 17 00:00:00 2001 From: Wes Hinsley Date: Wed, 19 Jun 2024 12:37:11 +0100 Subject: [PATCH] Use as.numeric_version in bootstrap --- DESCRIPTION | 2 +- drivers/windows/DESCRIPTION | 2 +- drivers/windows/R/bootstrap.R | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9481b277..36cca1ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: hipercow Title: High Performance Computing -Version: 1.0.25 +Version: 1.0.26 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Wes", "Hinsley", role = "aut"), diff --git a/drivers/windows/DESCRIPTION b/drivers/windows/DESCRIPTION index 52e2dfe8..7a4b1018 100644 --- a/drivers/windows/DESCRIPTION +++ b/drivers/windows/DESCRIPTION @@ -1,6 +1,6 @@ Package: hipercow.windows Title: DIDE HPC Support for Windows -Version: 1.0.25 +Version: 1.0.26 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Wes", "Hinsley", role = "aut"), diff --git a/drivers/windows/R/bootstrap.R b/drivers/windows/R/bootstrap.R index 4895378d..55d8c011 100644 --- a/drivers/windows/R/bootstrap.R +++ b/drivers/windows/R/bootstrap.R @@ -19,7 +19,7 @@ bootstrap_update <- function(development = NULL, root = NULL) { bootstrap_update_all <- function(development = NULL, root = NULL, versions = r_versions()) { - versions <- recent_versions(versions) + versions <- recent_versions(as.numeric_version(versions)) for (i in seq_along(versions)) { version <- versions[[i]] cli::cli_alert_info("Setting up bootstrap for R {version}")