Skip to content

Commit c274a49

Browse files
authored
build: update R version to 4.3.3 in lint workflows
PR-URL: #11354 Ref: #11262 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 4bfaa03 commit c274a49

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
# Pin action to full length commit SHA
275275
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
276276
with:
277-
r-version: '4.2.0'
277+
r-version: '4.3.3'
278278

279279
# Lint R files:
280280
- name: 'Lint R files'

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
# Pin action to full length commit SHA
375375
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
376376
with:
377-
r-version: '4.2.0'
377+
r-version: '4.3.3'
378378

379379
# Lint R files:
380380
- name: 'Lint R files'

etc/r/requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
car
2+
distr
3+
jsonlite
14
lintr
5+
MASS
26
microbenchmark
3-
jsonlite
7+
pracma
8+
statmod
49
VGAM
5-
distr

0 commit comments

Comments
 (0)