Skip to content

Commit

Permalink
Update R version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrsch committed Apr 27, 2024
1 parent dba61b7 commit f44a2ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.3'
r-version: '4.4.0'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down
34 changes: 17 additions & 17 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.3.3",
"Version": "4.4.0",
"Repositories": [
{
"Name": "CRAN",
Expand All @@ -22,7 +22,7 @@
},
"MASS": {
"Package": "MASS",
"Version": "7.3-60.0.1",
"Version": "7.3-60.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -33,11 +33,11 @@
"stats",
"utils"
],
"Hash": "b765b28387acc8ec9e9c1530713cb19c"
"Hash": "2f342c46163b0b54d7b64d1f798e2c78"
},
"Matrix": {
"Package": "Matrix",
"Version": "1.6-5",
"Version": "1.7-0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -50,7 +50,7 @@
"stats",
"utils"
],
"Hash": "8c7115cd3a0e048bda2a7cd110549f7a"
"Hash": "1920b2f11133b12350024297d8a4ff4a"
},
"R6": {
"Package": "R6",
Expand All @@ -74,25 +74,25 @@
},
"boot": {
"Package": "boot",
"Version": "1.3-29",
"Version": "1.3-30",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"graphics",
"stats"
],
"Hash": "a0cb8a465a115fd8460cab1a5b18a5f3"
"Hash": "96abeed416a286d4a0f52e550b612343"
},
"brio": {
"Package": "brio",
"Version": "1.1.4",
"Version": "1.1.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "68bd2b066e1fe780bbf62fc8bcc36de3"
"Hash": "c1ee497a6d999947c2c224ae46799b1a"
},
"bslib": {
"Package": "bslib",
Expand Down Expand Up @@ -167,13 +167,13 @@
},
"codetools": {
"Package": "codetools",
"Version": "0.2-19",
"Version": "0.2-20",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "c089a619a7fae175d149d89164f8c7d8"
"Hash": "61e097f35917d342622f21cdc79c256e"
},
"desc": {
"Package": "desc",
Expand Down Expand Up @@ -276,14 +276,14 @@
},
"fs": {
"Package": "fs",
"Version": "1.6.3",
"Version": "1.6.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"methods"
],
"Hash": "47b5f30c720c23999b913a1a635cf0bb"
"Hash": "15aeb8c27f5ea5161f9f6a641fafd93a"
},
"glue": {
"Package": "glue",
Expand Down Expand Up @@ -361,7 +361,7 @@
},
"lattice": {
"Package": "lattice",
"Version": "0.22-5",
"Version": "0.22-6",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -372,7 +372,7 @@
"stats",
"utils"
],
"Hash": "7c5e89f04e72d6611c77451f6331a091"
"Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2"
},
"lifecycle": {
"Package": "lifecycle",
Expand Down Expand Up @@ -547,7 +547,7 @@
},
"survival": {
"Package": "survival",
"Version": "3.5-8",
"Version": "3.6-4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -559,7 +559,7 @@
"stats",
"utils"
],
"Hash": "184d7799bca4ba8c3be72ea396f4b9a3"
"Hash": "e6e3071f471513e4b85f98ca041303c7"
},
"tinytex": {
"Package": "tinytex",
Expand Down

0 comments on commit f44a2ce

Please sign in to comment.