Skip to content

Commit 30fc019

Browse files
committed
Add DiagrammeR package
https://cran.r-project.org/web/packages/DiagrammeR/ Note that this involved updating several other packages as well. @wjchulme has confirmed that these updates seem reasonable. Closes #148
1 parent 6a12a48 commit 30fc019

File tree

2 files changed

+145
-49
lines changed

2 files changed

+145
-49
lines changed

packages.csv

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"corrplot","0.84"
5353
"cowplot","1.0.0"
5454
"coxme","2.2-16"
55-
"cpp11","0.2.7"
55+
"cpp11","0.4.6"
5656
"crayon","1.3.4"
5757
"credentials","1.3.0"
5858
"crosstalk","1.1.0.1"
@@ -66,10 +66,12 @@
6666
"detectseparation","0.2"
6767
"dfidx","0.0-4"
6868
"DHARMa","0.4.6"
69+
"DiagrammeR","1.0.10"
6970
"digest","0.6.25"
7071
"distributional","0.2.0"
7172
"doParallel","1.0.15"
72-
"dplyr","1.0.2"
73+
"downloader","0.4"
74+
"dplyr","1.1.3"
7375
"DT","0.15"
7476
"dtplyr","1.0.1"
7577
"dtw","1.23-1"
@@ -94,7 +96,7 @@
9496
"fansi","0.4.1"
9597
"farver","2.0.3"
9698
"fastDummies","1.6.3"
97-
"fastmap","1.0.1"
99+
"fastmap","1.1.1"
98100
"fastshap","0.0.7"
99101
"fda","5.1.7"
100102
"fds","1.8"
@@ -143,7 +145,7 @@
143145
"gitcreds","0.1.1"
144146
"glmnet","4.1-4"
145147
"globals","0.12.5"
146-
"glue","1.4.2"
148+
"glue","1.6.2"
147149
"Gmisc","2.0.1"
148150
"gmm","1.8"
149151
"gnm","1.1-1"
@@ -163,12 +165,12 @@
163165
"Hmisc","4.4-1"
164166
"hms","0.5.3"
165167
"htmlTable","2.0.1"
166-
"htmltools","0.5.0"
168+
"htmltools","0.5.6"
167169
"htmlwidgets","1.5.1"
168170
"httpuv","1.5.4"
169171
"httr","1.4.2"
170172
"IDPmisc","1.1.20"
171-
"igraph","1.2.5"
173+
"igraph","1.5.1"
172174
"incidence","1.7.3"
173175
"ini","0.3.1"
174176
"inline","0.3.15"
@@ -264,7 +266,7 @@
264266
"pec","2021.10.11"
265267
"performance","0.7.0"
266268
"PHEindicatormethods","1.3.2"
267-
"pillar","1.4.6"
269+
"pillar","1.9.0"
268270
"pkgbuild","1.1.0"
269271
"pkgconfig","2.0.3"
270272
"pkgload","1.1.0"
@@ -315,7 +317,7 @@
315317
"RCurl","1.98-1.2"
316318
"Rdpack","2.1.1"
317319
"rdrobust","2.1.1"
318-
"readr","1.3.1"
320+
"readr","2.1.4"
319321
"readxl","1.3.1"
320322
"recipes","0.1.15"
321323
"registry","0.5-1"
@@ -386,17 +388,18 @@
386388
"testthat","2.3.2"
387389
"TH.data","1.1-0"
388390
"threejs","0.3.3"
389-
"tibble","3.0.3"
391+
"tibble","3.2.1"
390392
"tictoc","1.0"
391393
"tidyr","1.1.2"
392-
"tidyselect","1.1.0"
394+
"tidyselect","1.2.0"
393395
"tidyverse","1.3.0"
394396
"timeDate","3043.102"
395397
"timereg","2.0.1"
396398
"tinytex","0.25"
397399
"tmvtnorm","1.5"
398400
"tsModel","0.6"
399401
"twopartm","0.1.0"
402+
"tzdb","0.4.0"
400403
"units","0.6-7"
401404
"UpSetR","1.4.0"
402405
"usethis","2.0.1"
@@ -405,9 +408,11 @@
405408
"vcd","1.4-9"
406409
"vctrs","0.6.2"
407410
"VGAM","1.1-6"
408-
"viridis","0.5.1"
409-
"viridisLite","0.3.0"
411+
"viridis","0.6.4"
412+
"viridisLite","0.4.2"
410413
"visdat","0.5.3"
414+
"visNetwork","2.1.2"
415+
"vroom","1.6.3"
411416
"webshot","0.5.2"
412417
"WeightIt","0.13.1"
413418
"whisker","0.4"

0 commit comments

Comments
 (0)