Skip to content

Commit

Permalink
Add quarto to the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs committed Feb 1, 2025
1 parent 33a38c9 commit e4369dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tinytex: true

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

0 comments on commit e4369dc

Please sign in to comment.