Skip to content

Commit

Permalink
Update R-CMD-check.yml
Browse files Browse the repository at this point in the history
- don't install terra from r-universe on Windows
  • Loading branch information
brownag authored Jun 3, 2024
1 parent cef8ed0 commit f031673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: Rscript {0}

- name: Install terra off r-universe (devel+Windows only)
if: matrix.config.r == 'devel' || runner.os == 'Windows'
if: matrix.config.r == 'devel' #|| runner.os == 'Windows'
run: install.packages('terra', repos = 'https://rspatial.r-universe.dev')
shell: Rscript {0}

Expand Down

0 comments on commit f031673

Please sign in to comment.