Skip to content

Commit

Permalink
Update r-cmd-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
juniperlsimonis committed May 12, 2023
1 parent 103dd21 commit e384279
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/r-cmd-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ jobs:
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true


- name: Install system dependencies on MacOS
if: runner.os == 'macOS'
run: |
Expand All @@ -56,6 +50,12 @@ jobs:
C:\JAGS-latest.exe /S
shell: cmd

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit e384279

Please sign in to comment.