Skip to content

Commit 27eece3

Browse files
authored
Update check-standard.yaml
1 parent c0833c2 commit 27eece3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-standard.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
r-version: ${{ matrix.config.r }}
4141
rtools-version: ${{ matrix.config.rtools-version }}
4242

43+
- uses: r-lib/actions/setup-r-dependencies@v2
44+
with:
45+
extra-packages: any::rcmdcheck
46+
needs: check
47+
4348
- uses: r-lib/actions/setup-pandoc@v1
4449

4550
- name: Query dependencies

0 commit comments

Comments
 (0)