Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 18 additions & 17 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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\") )",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
"Repository": "CRAN"
},
"rlang": {
"Package": "rlang",
Expand Down
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down