Skip to content

Commit

Permalink
GH Actions. Specific step for installing INLA.
Browse files Browse the repository at this point in the history
  • Loading branch information
famuvie committed Jun 24, 2024
1 parent 76d993d commit 8c86bb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
run: |
sudo apt-get install -y libudunits2-dev libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev libjpeg-dev libfribidi-dev libharfbuzz-dev libtiff-dev libgit2-dev libgsl0-dev libglu1-mesa-dev libgl1-mesa-dev
- name: Install INLA
run: |
options(install.packages.check.source = "no")
install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/stable"), dep = TRUE)
shell: Rscript {0}

- name: Install dependencies
run: |
options(install.packages.check.source = "no")
Expand Down

0 comments on commit 8c86bb7

Please sign in to comment.