Skip to content

Commit

Permalink
update project library
Browse files Browse the repository at this point in the history
  • Loading branch information
janneadolf committed Oct 9, 2024
1 parent dbcfc5a commit 1942aae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 20 additions & 15 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,7 @@
"Package": "checklist",
"Version": "0.4.0",
"Source": "Repository",
"Repository": "https://inbo.r-universe.dev",
"RemoteUrl": "https://github.com/inbo/checklist",
"RemoteSha": "5649985b58693acb88337873ae14a7d5bc018d96",
"Repository": "inbo",
"Requirements": [
"R",
"R6",
Expand Down Expand Up @@ -513,9 +511,7 @@
"Package": "codemetar",
"Version": "0.3.5",
"Source": "Repository",
"Repository": "https://inbo.r-universe.dev",
"RemoteUrl": "https://github.com/ropensci/codemetar",
"RemoteSha": "f05d72aeae75682a3c88ff976311fcfe118df29d",
"Repository": "inbo",
"Requirements": [
"R",
"cli",
Expand Down Expand Up @@ -1341,9 +1337,7 @@
"Package": "inborutils",
"Version": "0.4.0",
"Source": "Repository",
"Repository": "https://inbo.r-universe.dev",
"RemoteUrl": "https://github.com/inbo/inborutils",
"RemoteSha": "1bfb7405a58022e8a3b7cf9b97a5c14a9a958d7e",
"Repository": "inbo",
"Requirements": [
"DBI",
"R",
Expand Down Expand Up @@ -1607,16 +1601,14 @@
"Package": "lubridate",
"Version": "1.9.3.9000",
"Source": "Repository",
"Repository": "https://inbo.r-universe.dev",
"RemoteUrl": "https://github.com/tidyverse/lubridate",
"RemoteSha": "2f3ab321511ac28ab95f729c8fa36fb9170994ea",
"Repository": "inbo",
"Requirements": [
"R",
"generics",
"methods",
"timechange"
],
"Hash": "77778d7c6a58ec25c9e9be32965a819d"
"Hash": "eaf995f56a3d6ffcac77e853603371ff"
},
"magrittr": {
"Package": "magrittr",
Expand Down Expand Up @@ -2201,13 +2193,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.9",
"Version": "1.0.10",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "ef233f0e9064fc88c898b340c9add5c2"
"Hash": "d0387d5687ec933dd7587efd4cfa2d85"
},
"rex": {
"Package": "rex",
Expand Down Expand Up @@ -2726,6 +2718,19 @@
],
"Hash": "d44e2fcd2e4e076f0aac540208559d1d"
},
"trackdown": {
"Package": "trackdown",
"Version": "1.1.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"cli",
"googledrive",
"rmarkdown"
],
"Hash": "fa056d0f4d10dcb3779b37812c282800"
},
"triebeard": {
"Package": "triebeard",
"Version": "0.4.1",
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.9"
version <- "1.0.10"
attr(version, "sha") <- NULL

# the project directory
Expand Down

0 comments on commit 1942aae

Please sign in to comment.