Skip to content

Commit

Permalink
another retry
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Dec 20, 2023
1 parent 45625f5 commit 435ed5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/get_griis_checklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libgdal-dev libproj-dev
sudo apt install libudunits2-dev
sudo apt install libharfbuzz-dev
sudo apt install libfribidi-dev
- name: Install R packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/install_packages_get_griis.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# get packages installed on machine
installed <- rownames(installed.packages())
# specify packages we need
required <- c("textshaping", "tidyverse", "rgbif", "tidylog", "janitor", "here", "trias"
required <- c("tidyverse", "rgbif", "tidylog", "janitor", "here", "trias"
)
# install packages if needed
if (!all(required %in% installed)) {
Expand Down

0 comments on commit 435ed5d

Please sign in to comment.