diff --git a/renv.lock b/renv.lock index aa515b9..2a8ee2a 100644 --- a/renv.lock +++ b/renv.lock @@ -29,7 +29,7 @@ }, "QuickJSR": { "Package": "QuickJSR", - "Version": "1.9.2", + "Version": "1.10.0", "Source": "Repository", "Title": "Interface for the 'QuickJS-NG' Lightweight 'JavaScript' Engine", "Authors@R": "c( person(c(\"Andrew\", \"R.\"), \"Johnson\", , \"andrew.johnson@arjohnsonau.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-7000-8065\")), person(\"QuickJS\", \"Authors\", role = c(\"cph\"), comment = \"QuickJS sources and headers\"), person(\"QuickJS-NG\", \"Authors\", role = c(\"cph\"), comment = \"QuickJS-NG sources and headers\") )", @@ -1331,16 +1331,16 @@ "Package": "renv", "Version": "1.2.3", "Source": "Repository", - "Priority": null, - "Depends": [ - null - ], + "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", "Imports": [ "utils" ], - "LinkingTo": [ - null - ], "Suggests": [ "BiocManager", "cli", @@ -1370,16 +1370,17 @@ "yaml", "webfakes" ], - "Enhances": [ - null - ], - "License": "MIT + file LICENSE", - "License_is_FOSS": null, - "License_restricts_use": null, - "OS_type": null, + "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", "NeedsCompilation": "no", - "Repository": "CRAN", - "Type": "source" + "Author": "Kevin Ushey [aut, cre] (ORCID: ), Hadley Wickham [aut] (ORCID: ), Posit Software, PBC [cph, fnd]", + "Maintainer": "Kevin Ushey ", + "Repository": "CRAN" }, "rlang": { "Package": "rlang", diff --git a/renv/activate.R b/renv/activate.R index 9a743d3..20ffd44 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -3,7 +3,7 @@ local({ # the requested version of renv version <- "1.2.3" - attr(version, "md5") <- "9207989fd406f80f76384edaa38a93ec" + attr(version, "md5") <- "1bd9f58e1cfe27ce035933937c6f03de" attr(version, "sha") <- NULL # the project directory