Skip to content

Commit

Permalink
tinytex_2023
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jul 2, 2024
1 parent cb37506 commit aa69677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ jobs:
uses: r-lib/actions/setup-tinytex@v2

- name: Install tinytex packages
run: |
tinytex::install_tinytex(version = "2024.03")
run: |
system("tlmgr --version")
install.packages("tinytex")
tinytex::install_tinytex(version = "2024.03")
tinytex::tlmgr_install(pkgs = c("bera", "caption", "changepage", "enumitem", "everysel", "fancyhdr", "footmisc", "grfext", "index", "marginfix", "mathtools",
"ms", "nowidow", "parnotes", "parskip", "placeins", "preprint", "ragged2e", "side", "soul", "titlesec", "tocbibind", "xstring"))
shell: Rscript {0}
Expand Down

0 comments on commit aa69677

Please sign in to comment.