Skip to content

Commit 7c28976

Browse files
committed
build(renv): add dplyr
1 parent 6585c9e commit 7c28976

2 files changed

Lines changed: 52 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ RoxygenNote: 7.3.2
2020
Imports:
2121
simmer
2222
Suggests:
23-
devtools
23+
devtools,
24+
dplyr
2425
Config/testthat/edition: 3

renv.lock

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,29 @@
290290
],
291291
"Hash": "45a6a596bf0108ee1ff16a040a2df897"
292292
},
293+
"dplyr": {
294+
"Package": "dplyr",
295+
"Version": "1.1.4",
296+
"Source": "Repository",
297+
"Repository": "CRAN",
298+
"Requirements": [
299+
"R",
300+
"R6",
301+
"cli",
302+
"generics",
303+
"glue",
304+
"lifecycle",
305+
"magrittr",
306+
"methods",
307+
"pillar",
308+
"rlang",
309+
"tibble",
310+
"tidyselect",
311+
"utils",
312+
"vctrs"
313+
],
314+
"Hash": "fedd9d00c2944ff00a0e2696ccf048ec"
315+
},
293316
"ellipsis": {
294317
"Package": "ellipsis",
295318
"Version": "0.3.2",
@@ -353,6 +376,17 @@
353376
],
354377
"Hash": "15aeb8c27f5ea5161f9f6a641fafd93a"
355378
},
379+
"generics": {
380+
"Package": "generics",
381+
"Version": "0.1.4",
382+
"Source": "Repository",
383+
"Repository": "CRAN",
384+
"Requirements": [
385+
"R",
386+
"methods"
387+
],
388+
"Hash": "4b29bf698d0c7bdb9f1e4976e7ade41d"
389+
},
356390
"gert": {
357391
"Package": "gert",
358392
"Version": "2.1.5",
@@ -1140,6 +1174,22 @@
11401174
],
11411175
"Hash": "784b27d0801c3829de602105757b2cd7"
11421176
},
1177+
"tidyselect": {
1178+
"Package": "tidyselect",
1179+
"Version": "1.2.1",
1180+
"Source": "Repository",
1181+
"Repository": "CRAN",
1182+
"Requirements": [
1183+
"R",
1184+
"cli",
1185+
"glue",
1186+
"lifecycle",
1187+
"rlang",
1188+
"vctrs",
1189+
"withr"
1190+
],
1191+
"Hash": "829f27b9c4919c16b593794a6344d6c0"
1192+
},
11431193
"tinytex": {
11441194
"Package": "tinytex",
11451195
"Version": "0.57",

0 commit comments

Comments
 (0)