Skip to content

Commit

Permalink
Update R and packages
Browse files Browse the repository at this point in the history
- Update R to 4.4.1
- Update renv to 1.0.7

Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Jun 18, 2024
1 parent 1533e6c commit f13af86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.0",
"Version": "4.4.1",
"Repositories": [
{
"Name": "CRAN",
Expand Down Expand Up @@ -213,14 +213,14 @@
},
"KernSmooth": {
"Package": "KernSmooth",
"Version": "2.23-22",
"Version": "2.23-24",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"stats"
],
"Hash": "2fecebc3047322fa5930f74fae5de70f"
"Hash": "9f33a1ee37bbe8919eb2ec4b9f2473a5"
},
"MASS": {
"Package": "MASS",
Expand Down Expand Up @@ -4117,13 +4117,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.5",
"Version": "1.0.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "32c3f93e8360f667ca5863272ec8ba6a"
"Hash": "397b7b2a265bc5a7a06852524dabae20"
},
"report": {
"Package": "report",
Expand Down Expand Up @@ -4197,7 +4197,7 @@
},
"reticulate": {
"Package": "reticulate",
"Version": "1.35.0",
"Version": "1.37.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -4215,7 +4215,7 @@
"utils",
"withr"
],
"Hash": "90be16b53b955990db4aa355c03d85eb"
"Hash": "9465d3bc6ec44eeaa52527ac2cba4020"
},
"rlang": {
"Package": "rlang",
Expand Down Expand Up @@ -4688,7 +4688,7 @@
},
"survival": {
"Package": "survival",
"Version": "3.5-8",
"Version": "3.6-4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -4700,7 +4700,7 @@
"stats",
"utils"
],
"Hash": "184d7799bca4ba8c3be72ea396f4b9a3"
"Hash": "e6e3071f471513e4b85f98ca041303c7"
},
"sys": {
"Package": "sys",
Expand Down
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.0.5"
version <- "1.0.7"
attr(version, "sha") <- NULL

# the project directory
Expand Down

0 comments on commit f13af86

Please sign in to comment.