Skip to content

Commit e47cee8

Browse files
update renv.lock
1 parent b291189 commit e47cee8

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

renv.lock

+33-31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"R": {
3-
"Version": "4.4.2",
3+
"Version": "4.5.0",
44
"Repositories": [
55
{
66
"Name": "CRAN",
@@ -23,30 +23,30 @@
2323
},
2424
"MASS": {
2525
"Package": "MASS",
26-
"Version": "7.3-61",
26+
"Version": "7.3-65",
2727
"Source": "Repository",
2828
"Requirements": [
29-
"methods",
3029
"R",
3130
"grDevices",
3231
"graphics",
3332
"stats",
34-
"utils"
33+
"utils",
34+
"methods"
3535
]
3636
},
3737
"Matrix": {
3838
"Package": "Matrix",
39-
"Version": "1.7-1",
39+
"Version": "1.7-3",
4040
"Source": "Repository",
4141
"Requirements": [
42+
"R",
43+
"methods",
4244
"grDevices",
4345
"graphics",
4446
"grid",
4547
"lattice",
4648
"stats",
47-
"utils",
48-
"R",
49-
"methods"
49+
"utils"
5050
]
5151
},
5252
"QuickJSR": {
@@ -168,7 +168,7 @@
168168
},
169169
"bayesplot": {
170170
"Package": "bayesplot",
171-
"Version": "1.11.1",
171+
"Version": "1.12.0",
172172
"Source": "Repository",
173173
"Requirements": [
174174
"R",
@@ -181,6 +181,7 @@
181181
"rlang",
182182
"stats",
183183
"tibble",
184+
"tidyr",
184185
"tidyselect",
185186
"utils"
186187
]
@@ -444,9 +445,10 @@
444445
},
445446
"future": {
446447
"Package": "future",
447-
"Version": "1.34.0",
448+
"Version": "1.40.0",
448449
"Source": "Repository",
449450
"Requirements": [
451+
"R",
450452
"digest",
451453
"globals",
452454
"listenv",
@@ -518,7 +520,7 @@
518520
},
519521
"ggplot2": {
520522
"Package": "ggplot2",
521-
"Version": "3.5.1",
523+
"Version": "3.5.2",
522524
"Source": "Repository",
523525
"Requirements": [
524526
"R",
@@ -785,7 +787,7 @@
785787
"RemoteHost": "api.github.com",
786788
"RemoteUsername": "jasp-stats",
787789
"RemoteRepo": "jaspBase",
788-
"RemoteSha": "31bc23b340ebb9298c03b67108de300cdc3f9f57"
790+
"RemoteSha": "d3c6d19feaa94dcd5c636345adb76a9f2e8bdac1"
789791
},
790792
"jaspGraphs": {
791793
"Package": "jaspGraphs",
@@ -808,7 +810,7 @@
808810
"RemoteHost": "api.github.com",
809811
"RemoteUsername": "jasp-stats",
810812
"RemoteRepo": "jaspGraphs",
811-
"RemoteSha": "24db07dff35e3587155e8a4954f3fbdf88b2ac96"
813+
"RemoteSha": "cb357cc60fa30e106a87d3d99f9fe31312010f7e"
812814
},
813815
"jaspJags": {
814816
"Package": "jaspJags",
@@ -832,7 +834,7 @@
832834
"RemoteHost": "api.github.com",
833835
"RemoteUsername": "jasp-stats",
834836
"RemoteRepo": "jaspJags",
835-
"RemoteSha": "c445ec6ecaf07853f498d8e9780f4c86a7f4e5a8"
837+
"RemoteSha": "e6ea782262a30efaf9801140323a5d1c54ba2a09"
836838
},
837839
"jpeg": {
838840
"Package": "jpeg",
@@ -864,12 +866,12 @@
864866
"Version": "0.22-6",
865867
"Source": "Repository",
866868
"Requirements": [
869+
"R",
867870
"grid",
868871
"grDevices",
869872
"graphics",
870873
"stats",
871-
"utils",
872-
"R"
874+
"utils"
873875
]
874876
},
875877
"lavaan": {
@@ -911,7 +913,7 @@
911913
},
912914
"litedown": {
913915
"Package": "litedown",
914-
"Version": "0.6",
916+
"Version": "0.7",
915917
"Source": "Repository",
916918
"Requirements": [
917919
"R",
@@ -974,14 +976,14 @@
974976
"Version": "1.9-1",
975977
"Source": "Repository",
976978
"Requirements": [
979+
"R",
980+
"nlme",
977981
"methods",
978982
"stats",
979983
"graphics",
980984
"Matrix",
981985
"splines",
982-
"utils",
983-
"R",
984-
"nlme"
986+
"utils"
985987
]
986988
},
987989
"mnormt": {
@@ -1012,14 +1014,14 @@
10121014
},
10131015
"nlme": {
10141016
"Package": "nlme",
1015-
"Version": "3.1-166",
1017+
"Version": "3.1-168",
10161018
"Source": "Repository",
10171019
"Requirements": [
1020+
"R",
10181021
"graphics",
10191022
"stats",
10201023
"utils",
1021-
"lattice",
1022-
"R"
1024+
"lattice"
10231025
]
10241026
},
10251027
"nonnest2": {
@@ -1087,7 +1089,7 @@
10871089
},
10881090
"pillar": {
10891091
"Package": "pillar",
1090-
"Version": "1.10.1",
1092+
"Version": "1.10.2",
10911093
"Source": "Repository",
10921094
"Requirements": [
10931095
"cli",
@@ -1178,7 +1180,7 @@
11781180
},
11791181
"ps": {
11801182
"Package": "ps",
1181-
"Version": "1.9.0",
1183+
"Version": "1.9.1",
11821184
"Source": "Repository",
11831185
"Requirements": [
11841186
"R",
@@ -1208,7 +1210,7 @@
12081210
},
12091211
"ragg": {
12101212
"Package": "ragg",
1211-
"Version": "1.3.3",
1213+
"Version": "1.4.0",
12121214
"Source": "Repository",
12131215
"Requirements": [
12141216
"systemfonts",
@@ -1237,7 +1239,7 @@
12371239
},
12381240
"rlang": {
12391241
"Package": "rlang",
1240-
"Version": "1.1.5",
1242+
"Version": "1.1.6",
12411243
"Source": "Repository",
12421244
"Requirements": [
12431245
"R",
@@ -1279,7 +1281,7 @@
12791281
},
12801282
"runjags": {
12811283
"Package": "runjags",
1282-
"Version": "2.2.2-4",
1284+
"Version": "2.2.2-5",
12831285
"Source": "Repository",
12841286
"Requirements": [
12851287
"R",
@@ -1377,7 +1379,7 @@
13771379
},
13781380
"systemfonts": {
13791381
"Package": "systemfonts",
1380-
"Version": "1.2.1",
1382+
"Version": "1.2.2",
13811383
"Source": "Repository",
13821384
"Requirements": [
13831385
"R",
@@ -1563,7 +1565,7 @@
15631565
},
15641566
"xfun": {
15651567
"Package": "xfun",
1566-
"Version": "0.51",
1568+
"Version": "0.52",
15671569
"Source": "Repository",
15681570
"Requirements": [
15691571
"R",
@@ -1591,7 +1593,7 @@
15911593
},
15921594
"zoo": {
15931595
"Package": "zoo",
1594-
"Version": "1.8-13",
1596+
"Version": "1.8-14",
15951597
"Source": "Repository",
15961598
"Requirements": [
15971599
"R",

0 commit comments

Comments
 (0)