Skip to content

Commit

Permalink
Merge issue-9-add-ci into develop (closes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Nov 29, 2021
2 parents 16281d2 + f9d3da9 commit 267dbb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
# Installing package dependencies ------------------------ #
- name: Installing package dependencies
run: |
install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE) # TEMP
check_deps <- c("rcmdcheck", "testthat")
pack_deps <- c(
"bigmemory", "glmnet", "biglm", "hash", "BAS", "stringi",
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Setting up R
uses: r-lib/actions/setup-r@v1

- name: Installing legacy package dependencies
run: install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE) # TEMP
shell: Rscript {0}
- name: Installing system dependencies
run: sudo apt install libcurl4-openssl-dev # needed by devtools

- name: Installing package dependencies
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- name: Installing system dependencies
run: sudo apt install libcurl4-openssl-dev # needed by covr

- name: Installing legacy package dependencies
run: install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE) # TEMP
shell: Rscript {0}

- name: Installing package dependencies
run: |
pack <- c(
Expand Down

0 comments on commit 267dbb3

Please sign in to comment.