From 65832d11bd5f8f56ca125df49f9de0010703472a Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:21:39 -0400 Subject: [PATCH] Update `renv` from 1.2.2 to 1.2.3 No major changes. --- justfile | 3 ++- renv.lock | 35 +++++++++++++++++------------------ renv/activate.R | 4 ++-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/justfile b/justfile index 054d3a1..807298e 100644 --- a/justfile +++ b/justfile @@ -127,13 +127,14 @@ renv-update: renv::update() [group('renv')] -[doc('Install, update, and snapshot new updates using renv')] +[doc('Install, update, snapshot, and refresh renv activation metadata')] renv-snapshot: #!/usr/bin/env Rscript library(renv) renv::install(dependencies='most') renv::update() renv::snapshot() + renv::activate() [group('install')] [doc('Install development version of SeverityEstimate')] diff --git a/renv.lock b/renv.lock index 1e3fea4..aa515b9 100644 --- a/renv.lock +++ b/renv.lock @@ -1329,18 +1329,18 @@ }, "renv": { "Package": "renv", - "Version": "1.2.2", + "Version": "1.2.3", "Source": "Repository", - "Type": "Package", - "Title": "Project Environments", - "Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", - "Description": "A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv", - "BugReports": "https://github.com/rstudio/renv/issues", + "Priority": null, + "Depends": [ + null + ], "Imports": [ "utils" ], + "LinkingTo": [ + null + ], "Suggests": [ "BiocManager", "cli", @@ -1370,17 +1370,16 @@ "yaml", "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", + "Enhances": [ + null + ], + "License": "MIT + file LICENSE", + "License_is_FOSS": null, + "License_restricts_use": null, + "OS_type": null, "NeedsCompilation": "no", - "Author": "Kevin Ushey [aut, cre] (ORCID: ), Hadley Wickham [aut] (ORCID: ), Posit Software, PBC [cph, fnd]", - "Maintainer": "Kevin Ushey ", - "Repository": "CRAN" + "Repository": "CRAN", + "Type": "source" }, "rlang": { "Package": "rlang", diff --git a/renv/activate.R b/renv/activate.R index 6487d06..9a743d3 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.3" + attr(version, "md5") <- "9207989fd406f80f76384edaa38a93ec" attr(version, "sha") <- NULL # the project directory