Skip to content

Commit

Permalink
Adds glossaries as a package for tinytex install
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA committed Apr 25, 2023
1 parent 5ef3b74 commit 8312132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMDcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-tinytex@v2
env:
# install full prebuilt version
TINYTEX_INSTALLER: TinyTeX

- uses: r-lib/actions/setup-r@v2
with:
Expand Down Expand Up @@ -70,6 +73,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
tinytex::tlmgr_install(pkgs = "glossaries")
shell: Rscript {0}

- name: Check
Expand Down

0 comments on commit 8312132

Please sign in to comment.