Skip to content
Open
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
4 changes: 2 additions & 2 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 @@ -1329,7 +1329,7 @@
},
"renv": {
"Package": "renv",
"Version": "1.2.2",
"Version": "1.2.3",
"Source": "Repository",
"Type": "Package",
"Title": "Project Environments",
Expand Down
4 changes: 2 additions & 2 deletions renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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") <- "1bd9f58e1cfe27ce035933937c6f03de"
attr(version, "sha") <- NULL

# the project directory
Expand Down