Skip to content

Commit

Permalink
add lubridate to package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Sep 2, 2023
1 parent ae291c8 commit 7f849ca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/pkglist.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ if (FALSE) {
library(devtools)
library(covrpage)
library(rhub)
library(lubridate)
}
24 changes: 24 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,19 @@
],
"Hash": "b21ebd652d940f099915221f3328ab7b"
},
"lubridate": {
"Package": "lubridate",
"Version": "1.9.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"generics",
"methods",
"timechange"
],
"Hash": "e25f18436e3efd42c7c590a1c4c15390"
},
"magrittr": {
"Package": "magrittr",
"Version": "2.0.3",
Expand Down Expand Up @@ -2368,6 +2381,17 @@
],
"Hash": "79540e5fcd9e0435af547d885f184fd5"
},
"timechange": {
"Package": "timechange",
"Version": "0.2.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"cpp11"
],
"Hash": "8548b44f79a35ba1791308b61e6012d7"
},
"tinytex": {
"Package": "tinytex",
"Version": "0.45",
Expand Down

0 comments on commit 7f849ca

Please sign in to comment.