We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfaa03 commit c274a49Copy full SHA for c274a49
3 files changed
.github/workflows/lint_changed_files.yml
@@ -274,7 +274,7 @@ jobs:
274
# Pin action to full length commit SHA
275
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
276
with:
277
- r-version: '4.2.0'
+ r-version: '4.3.3'
278
279
# Lint R files:
280
- name: 'Lint R files'
.github/workflows/lint_random_files.yml
@@ -374,7 +374,7 @@ jobs:
374
375
376
377
378
379
380
etc/r/requirements.txt
@@ -1,5 +1,9 @@
1
+car
2
+distr
3
+jsonlite
4
lintr
5
+MASS
6
microbenchmark
-jsonlite
7
+pracma
8
+statmod
9
VGAM
-distr
0 commit comments