Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
to accommodate vignettes #60
  • Loading branch information
donotdespair committed Jan 29, 2025
1 parent 3443ade commit 87e8977
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,16 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install pdfpages pdflscape
tlmgr list --only-installed
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: '"--compact-vignettes=gs+qpdf"'

0 comments on commit 87e8977

Please sign in to comment.