From 9ff569a907d72fb65f0ca83af0002d6df4c3a785 Mon Sep 17 00:00:00 2001 From: hansvancalster Date: Tue, 25 Aug 2026 08:48:49 +0200 Subject: [PATCH] update renv to 1.2.4 --- renv.lock | 6 +++--- renv/activate.R | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/renv.lock b/renv.lock index 8aaa025d..66cbf778 100644 --- a/renv.lock +++ b/renv.lock @@ -1,6 +1,6 @@ { "R": { - "Version": "4.6.0", + "Version": "4.6.1", "Repositories": [ { "Name": "CRAN", @@ -4212,7 +4212,7 @@ }, "renv": { "Package": "renv", - "Version": "1.2.2", + "Version": "1.2.4", "Source": "Repository", "Type": "Package", "Title": "Project Environments", @@ -4254,12 +4254,12 @@ "webfakes" ], "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", + "Config/roxygen2/version": "8.0.0", "NeedsCompilation": "no", "Author": "Kevin Ushey [aut, cre] (ORCID: ), Hadley Wickham [aut] (ORCID: ), Posit Software, PBC [cph, fnd]", "Maintainer": "Kevin Ushey ", diff --git a/renv/activate.R b/renv/activate.R index 6487d062..b9191f31 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -2,8 +2,8 @@ local({ # the requested version of renv - version <- "1.2.2" - attr(version, "md5") <- "bb69b6403b1bad0442657e9e8e57cc83" + version <- "1.2.4" + attr(version, "md5") <- "d5a3bd382107712f897630627794f81a" attr(version, "sha") <- NULL # the project directory