Skip to content

Commit

Permalink
spatial packages fu [patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
gmyenni committed Sep 11, 2023
1 parent 7aea344 commit 2ae5f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-
- name: Install system dependencies
run: |
sudo apt remove libudunits2-dev libgdal-dev libgeos-dev libproj-dev
sudo apt-get install libgit2-dev libcurl4-openssl-dev libudunits2-dev libgdal-dev libnetcdf-dev libgeos-dev libproj-dev
run: sudo apt-get install libgit2-dev libcurl4-openssl-dev libudunits2-dev libgdal-dev libnetcdf-dev libgeos-dev libproj-dev

- name: Install packages
run: Rscript install-packages.R
Expand Down
3 changes: 1 addition & 2 deletions install-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
if ("pacman" %in% rownames(installed.packages()) == FALSE) install.packages("pacman")

# Install packages required for analysis

pacman::p_load(git2r, httr, semver, sf, testthat, yaml,
pacman::p_load(git2r, httr, semver, testthat, yaml,
dplyr, lubridate, remotes)

remotes::install_github("weecology/wader")

0 comments on commit 2ae5f05

Please sign in to comment.