Test covariates by jackknife, and fit ensembles of model types #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: R-CMD-check | |
| # Calls the shared workflow in chross22/distsamp so the check configuration | |
| # lives in one place across these packages. | |
| on: | |
| push: | |
| branches: [main, master] | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: read-all | |
| jobs: | |
| check: | |
| uses: chross22/distsamp/.github/workflows/r-cmd-check-reusable.yaml@main | |
| with: | |
| apt-packages: 'libgdal-dev libgeos-dev libproj-dev libudunits2-dev' |