Skip to content

Commit

Permalink
add spatial dependencies to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jun 18, 2020
1 parent f2efd0f commit 05d4e7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ jobs:
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
# install spatial dependencies
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt install \
libudunits2-dev \
libgdal-dev \
libgeos-dev \
libproj-dev
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
Expand Down

0 comments on commit 05d4e7f

Please sign in to comment.