Skip to content

Commit

Permalink
Merge pull request #515 from lorenzwalthert/hook-dependencies-update
Browse files Browse the repository at this point in the history
Hook dependencies update
  • Loading branch information
lorenzwalthert authored Oct 5, 2023
2 parents 5c659b0 + a576b89 commit 98cb63a
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,14 @@
},
"evaluate": {
"Package": "evaluate",
"Version": "0.21",
"Version": "0.22",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"methods"
],
"Hash": "d59f3b464e8da1aef82dc04b588b8dfb"
"Hash": "66f39c7a21e03c4dcb2c2d21d738d603"
},
"fs": {
"Package": "fs",
Expand Down Expand Up @@ -353,9 +353,27 @@
],
"Hash": "7ce2733a9826b3aeb1775d56fd305472"
},
"pkgbuild": {
"Package": "pkgbuild",
"Version": "1.4.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R6",
"callr",
"cli",
"crayon",
"desc",
"prettyunits",
"processx",
"rprojroot"
],
"Hash": "beb25b32a957a22a5c301a9e441190b3"
},
"pkgload": {
"Package": "pkgload",
"Version": "1.3.2.1",
"Version": "1.3.3",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -366,12 +384,23 @@
"fs",
"glue",
"methods",
"pkgbuild",
"rlang",
"rprojroot",
"utils",
"withr"
],
"Hash": "a7f498a1b2a4a6816148e498509f6e1d"
"Hash": "903d68319ae9923fb2e2ee7fa8230b91"
},
"prettyunits": {
"Package": "prettyunits",
"Version": "1.2.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R"
],
"Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7"
},
"processx": {
"Package": "processx",
Expand Down Expand Up @@ -561,7 +590,7 @@
},
"withr": {
"Package": "withr",
"Version": "2.5.0",
"Version": "2.5.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -570,7 +599,7 @@
"graphics",
"stats"
],
"Hash": "c0e49a9760983e81e55cdd9be92e7182"
"Hash": "d77c6f74be05c33164e33fbc85540cae"
},
"xfun": {
"Package": "xfun",
Expand Down

0 comments on commit 98cb63a

Please sign in to comment.