Skip to content

Commit 6920134

Browse files
author
GitHub Action
committed
fix lockfile
1 parent 7b71a84 commit 6920134

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed

renv.lock

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
"Version": "7.3-65",
8888
"Source": "Repository",
8989
"Requirements": [
90-
"graphics",
91-
"grDevices",
9290
"methods",
9391
"R",
92+
"grDevices",
93+
"graphics",
9494
"stats",
9595
"utils"
9696
]
@@ -100,14 +100,14 @@
100100
"Version": "1.7-4",
101101
"Source": "Repository",
102102
"Requirements": [
103-
"graphics",
104103
"grDevices",
104+
"graphics",
105105
"grid",
106106
"lattice",
107-
"methods",
108-
"R",
109107
"stats",
110-
"utils"
108+
"utils",
109+
"R",
110+
"methods"
111111
]
112112
},
113113
"MatrixModels": {
@@ -139,11 +139,10 @@
139139
},
140140
"Rcpp": {
141141
"Package": "Rcpp",
142-
"Version": "1.1.0.8.1",
142+
"Version": "1.1.0",
143143
"Source": "Repository",
144144
"Requirements": [
145145
"methods",
146-
"R",
147146
"utils"
148147
]
149148
},
@@ -273,8 +272,8 @@
273272
"Version": "1.3-32",
274273
"Source": "Repository",
275274
"Requirements": [
276-
"graphics",
277275
"R",
276+
"graphics",
278277
"stats"
279278
]
280279
},
@@ -394,9 +393,9 @@
394393
"Requirements": [
395394
"graphics",
396395
"grDevices",
397-
"R",
398396
"stats",
399-
"utils"
397+
"utils",
398+
"R"
400399
]
401400
},
402401
"coda": {
@@ -730,9 +729,9 @@
730729
"Source": "Repository",
731730
"Requirements": [
732731
"methods",
733-
"R",
732+
"utils",
734733
"stats",
735-
"utils"
734+
"R"
736735
]
737736
},
738737
"fracdiff": {
@@ -1144,7 +1143,7 @@
11441143
"RemoteHost": "api.github.com",
11451144
"RemoteUsername": "jasp-stats",
11461145
"RemoteRepo": "jaspTTests",
1147-
"RemoteSha": "9353f894b5c48923a1037eeddbda4c97c9924c57"
1146+
"RemoteSha": "cb1856ad4e9c63c2f28f3bcadafaa899760a801d"
11481147
},
11491148
"jpeg": {
11501149
"Package": "jpeg",
@@ -1198,12 +1197,12 @@
11981197
"Version": "0.22-7",
11991198
"Source": "Repository",
12001199
"Requirements": [
1201-
"graphics",
1202-
"grDevices",
12031200
"grid",
1204-
"R",
1201+
"grDevices",
1202+
"graphics",
12051203
"stats",
1206-
"utils"
1204+
"utils",
1205+
"R"
12071206
]
12081207
},
12091208
"libcoin": {
@@ -1334,17 +1333,17 @@
13341333
},
13351334
"mgcv": {
13361335
"Package": "mgcv",
1337-
"Version": "1.9-4",
1336+
"Version": "1.9-3",
13381337
"Source": "Repository",
13391338
"Requirements": [
1339+
"methods",
1340+
"stats",
13401341
"graphics",
13411342
"Matrix",
1342-
"methods",
1343-
"nlme",
1344-
"R",
13451343
"splines",
1346-
"stats",
1347-
"utils"
1344+
"utils",
1345+
"R",
1346+
"nlme"
13481347
]
13491348
},
13501349
"microbenchmark": {
@@ -1428,10 +1427,10 @@
14281427
"Source": "Repository",
14291428
"Requirements": [
14301429
"graphics",
1431-
"lattice",
1432-
"R",
14331430
"stats",
1434-
"utils"
1431+
"utils",
1432+
"lattice",
1433+
"R"
14351434
]
14361435
},
14371436
"nloptr": {
@@ -1763,10 +1762,10 @@
17631762
"Version": "4.1.24",
17641763
"Source": "Repository",
17651764
"Requirements": [
1766-
"graphics",
1767-
"grDevices",
17681765
"R",
1769-
"stats"
1766+
"graphics",
1767+
"stats",
1768+
"grDevices"
17701769
]
17711770
},
17721771
"rstatix": {
@@ -1898,10 +1897,10 @@
18981897
"graphics",
18991898
"Matrix",
19001899
"methods",
1901-
"R",
19021900
"splines",
19031901
"stats",
1904-
"utils"
1902+
"utils",
1903+
"R"
19051904
]
19061905
},
19071906
"svglite": {
@@ -2179,7 +2178,7 @@
21792178
},
21802179
"yaml": {
21812180
"Package": "yaml",
2182-
"Version": "2.3.11",
2181+
"Version": "2.3.12",
21832182
"Source": "Repository",
21842183
"Requirements": []
21852184
},

0 commit comments

Comments
 (0)