Skip to content

Commit

Permalink
ci: install tidy for R CMD check
Browse files Browse the repository at this point in the history
Install tidy so that 'R CMD check' can doesn't skip its HTML
validation:

    * checking HTML version of manual ... NOTE
    Skipping checking HTML validation: no command 'tidy' found
  • Loading branch information
kyleam committed Aug 3, 2024
1 parent 1027a93 commit 29cc3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
upgrade: ${{ (matrix.config.r == '3.6.3' || matrix.config.r == '4.0.5') && 'FALSE' || 'TRUE' }}
- name: Install pdflatex
shell: bash
run: sudo apt-get install texlive-latex-base texlive-fonts-extra
run: sudo apt-get install texlive-latex-base texlive-fonts-extra tidy
- name: Check package
shell: bash
run: make ci
Expand Down

0 comments on commit 29cc3f0

Please sign in to comment.