aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKen Kellner <ken@kenkellner.com>2020-12-20 20:34:00 -0500
committerKen Kellner <ken@kenkellner.com>2020-12-20 20:34:00 -0500
commitbc010530afc12ec83058eb2588e5ad692669ec4f (patch)
tree38359b2f918f56909d5cb77adcfc5313e2ef3178 /.github
parent86f61909795af0e07817611227d4c606534550c8 (diff)
Add more latex dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/R-CMD-check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml
index 7a67694..a23a7e7 100644
--- a/.github/workflows/R-CMD-check.yaml
+++ b/.github/workflows/R-CMD-check.yaml
@@ -71,7 +71,7 @@ jobs:
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_cran("tinytex")
- tinytex::tlmgr_install(pkgs=c("ae"))
+ tinytex::tlmgr_install(pkgs=c("ae","amssymb","color","fontenc","fullpage","graphicx","indentfirst","lineno","setspace","verbatim"))
shell: Rscript {0}
- name: Check