Skip to content

Commit

Permalink
install lme4 from source
Browse files Browse the repository at this point in the history
  • Loading branch information
datalorax committed Dec 4, 2023
1 parent 2fefc6e commit 6e99319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
extra-packages: any::lintr

- name: Install lme4 from source
run: |
install.packages("Matrix", type = "source", repos = "https://cloud.r-project.org/")
install.packages("lme4", type = "source", repos = "https://cloud.r-project.org/")
shell: Rscript {0}

- name: Lint
run: lintr::lint_package()
shell: Rscript {0}

0 comments on commit 6e99319

Please sign in to comment.