Skip to content

Commit ba0f3ce

Browse files
committed
Merged origin/main into main
2 parents 3720c1f + 44e8040 commit ba0f3ce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
- uses: r-lib/actions/setup-pandoc@v2
3636
- uses: quarto-dev/quarto-actions/setup@v2
37+
3738
- uses: r-lib/actions/setup-r@v2
3839
with:
3940
r-version: ${{ matrix.config.r }}
@@ -42,14 +43,9 @@ jobs:
4243

4344
- uses: r-lib/actions/setup-r-dependencies@v2
4445
with:
45-
extra-packages: |
46-
any::rcmdcheck
47-
any::devtools
46+
extra-packages: any::rcmdcheck
4847
needs: check
4948

50-
- run: devtools::install(build_vignettes = FALSE)
51-
shell: Rscript {0}
52-
5349
- uses: r-lib/actions/check-r-package@v2
5450
with:
5551
upload-snapshots: true

0 commit comments

Comments
 (0)