Skip to content

Commit

Permalink
try RSPM in GH actions (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 9, 2024
1 parent 25e9afe commit 78a9883
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,12 @@ jobs:
with:
extra-repositories: http://bbolker.github.io/drat
use-public-rspm: true

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
upgrade: 'TRUE'

- name: Install texlive etc.
if: runner.os == 'Linux'
run: sudo apt-get install texlive texlive-science texlive-latex-extra texlive-bibtex-extra
Expand Down

0 comments on commit 78a9883

Please sign in to comment.