We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f668f1 commit 6566fe2Copy full SHA for 6566fe2
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -46,6 +46,15 @@ jobs:
46
extra-packages: any::rcmdcheck
47
needs: check
48
49
+ - uses: r-lib/actions/setup-tinytex@v2
50
+ env:
51
+ TINYTEX_INSTALLER: TinyTeX
52
+
53
+ - name: Install additional LaTeX packages
54
+ run: |
55
+ tlmgr update --self
56
+ tlmgr install doublestroke relsize
57
58
- uses: r-lib/actions/check-r-package@v2
59
with:
60
upload-snapshots: true
0 commit comments