Skip to content

Commit

Permalink
Ignore terra installation for R <= 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jan 21, 2025
1 parent 7de7c81 commit a2d8f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
# leaflet needs terra, which does not support R <= 4.0
extra-packages: |
any::rcmdcheck
leaflet=?ignore-before-r=4.1.0
- uses: r-lib/actions/check-r-package@v2

Expand Down

0 comments on commit a2d8f33

Please sign in to comment.