We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1443993 commit e196b11Copy full SHA for e196b11
.github/workflows/R-CMD-check.yaml
@@ -1,3 +1,4 @@
1
+# fda
2
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
3
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
4
on:
@@ -30,7 +31,12 @@ jobs:
30
31
32
steps:
33
- uses: actions/checkout@v3
34
+
35
- uses: r-lib/actions/setup-tinytex@v2
36
37
+ - name: Install additional LaTeX packages
38
+ run: |
39
+ tlmgr install fancyhdr pslatex grfext pgf palatino courier mathpazo
40
- uses: r-lib/actions/setup-pandoc@v2
41
42
- uses: r-lib/actions/setup-r@v2
0 commit comments