Skip to content

Commit

Permalink
Add pandoc info in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Feb 29, 2024
1 parent af40f64 commit ad074bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: LaTeX info
- name: Pandoc and Tinytex info
run: |
rmarkdown::find_pandoc()
tinytex::tlmgr("--version")
tinytex::tl_pkgs()
shell: Rscript {0}
Expand Down

0 comments on commit ad074bb

Please sign in to comment.