Skip to content

Commit

Permalink
fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed May 26, 2024
1 parent a0d019b commit efcefe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ jobs:
needs: |
check
- name: Install spatial R packages
- name: Install R packages
run: |
options(repos = "https://cloud.r-project.org/")
install.packages("sf")
install.packages("terra")
install.packages("lwgeom")
install.packages("archive")
remotes::install_github("prioritizr/prepr")
remotes::install_github("r-spatial/link2GI")
shell: Rscript {0}
Expand Down

0 comments on commit efcefe1

Please sign in to comment.