Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-odea authored Nov 23, 2024
1 parent 261977d commit 8004b22
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,22 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
working-directory: SEQuential

- uses: r-lib/actions/setup-pandoc@v2
with:
working-directory: SEQuential


- uses: r-lib/actions/setup-r@v2
with:
working-directory: SEQuential
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: SEQuential
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
working-directory: SEQuential
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 comments on commit 8004b22

Please sign in to comment.