We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6209bcc commit fcb3977Copy full SHA for fcb3977
.github/workflows/R-CMD-check.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- uses: actions/checkout@v4
34
-
+
35
- uses: r-lib/actions/setup-pandoc@v2
36
37
- uses: r-lib/actions/setup-r@v2
@@ -45,16 +45,7 @@ jobs:
45
extra-packages: any::rcmdcheck
46
needs: check
47
48
- - uses: r-lib/actions/setup-tinytex@v2
49
- - run: tlmgr --version
50
51
- - name: Install LaTeX packages
52
- - run: |
53
- tlmgr update --self
54
- tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
55
- tlmgr list --only-installed
56
57
- uses: r-lib/actions/check-r-package@v2
58
with:
59
upload-snapshots: true
60
- build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
+ build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
0 commit comments