Skip to content

Commit

Permalink
Update the R-CMD-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Jan 19, 2024
1 parent 5f61731 commit 454aed6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ jobs:
if: runner.os == 'MacOS'
run: brew install xquartz

- name: Install dependencies
run: |
install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
install.packages('tinytex')
tinytex::parse_install(text = "! LaTeX Error: File `ucs.sty' not found.")
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
pak-version: devel
Expand Down

0 comments on commit 454aed6

Please sign in to comment.