Skip to content

Commit

Permalink
packages-related update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLi-14 committed Dec 8, 2024
1 parent bb44112 commit 381c5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
- name: Install R packages
run: Rscript -e "install.packages('geodata')"
run: Rscript -e "install.packages('geodata'); install.packages('rnaturalearth');install.packages('rnaturalearthdata'); install.packages('rgbif'); install.packages('dismo'); install.packages('rJava')"


- name: Install R Dependencies
Expand Down

0 comments on commit 381c5f0

Please sign in to comment.