Skip to content

Commit

Permalink
check with terra instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed May 17, 2024
1 parent 3f17242 commit 814ff99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: GDAL version
run: gdalinfo --version
- name: GDAL version and drivers
shell: Rscript {0}
run: |
terra::gdal()
terra::gdal(drivers = TRUE)
- uses: r-lib/actions/[email protected]
with:
Expand Down

0 comments on commit 814ff99

Please sign in to comment.