Skip to content

Commit

Permalink
Don't try to install magick on R 3.6 (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 7, 2024
1 parent bc31759 commit 27c98c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -54,7 +54,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, magick=?ignore-before-r=4.0.0
needs: check

- name: Configure Git User
Expand All @@ -66,5 +66,6 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
env:
_R_CALLS_INVALID_NUMERIC_VERSION_: true
_R_CHECK_FORCE_SUGGESTS_: false
with:
upload-snapshots: true

0 comments on commit 27c98c3

Please sign in to comment.