Skip to content

Commit

Permalink
try inlabru r-lib/actions/setup-r-dependencies@v2 to pass ubuntu...
Browse files Browse the repository at this point in the history
  • Loading branch information
n8thangreen committed Oct 3, 2023
1 parent 0373fa0 commit 4fb0004
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: Rscript {0}

# - name: Install JAGS
# run: |
# run: |
# sudo apt-get update -y
# sudo apt-get install -y jags

Expand All @@ -71,9 +71,14 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages:
any::rcmdcheck, local::.
needs: check
dependencies: '"all"'
extra-packages: |
rcmdcheck
# with:
# extra-packages:
# any::rcmdcheck, local::.
# needs: check

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 4fb0004

Please sign in to comment.