Skip to content

Commit

Permalink
ci: install lme4 and Matrix from source; pre-install JMRData
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Feb 7, 2024
1 parent 16535fe commit 3da90f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# https://github.com/r-lib/actions/tree/v2/setup-r-dependencies
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::Matrix, any::lme4
extra-packages: any::rcmdcheck, lme4?source, UCLATALL/JMRData
needs: check

# https://github.com/r-lib/actions/tree/v2/check-r-package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# https://github.com/r-lib/actions/tree/v2/setup-r-dependencies
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
extra-packages: any::covr, lme4?source, UCLATALL/JMRData
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 3da90f9

Please sign in to comment.