diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index fba6bac..25439cc 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -44,6 +44,12 @@ jobs: extra-packages: any::rcmdcheck needs: check + - name: GDAL version and drivers + shell: Rscript {0} + run: | + terra::gdal() + terra::gdal(drivers = TRUE) + - uses: r-lib/actions/check-r-package@v2.8.3 with: upload-snapshots: true