Skip to content

Commit

Permalink
Fix Matrix lme4 issue with workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonohue committed Jan 23, 2024
1 parent 0d7fee4 commit a867de7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check

- name: Fix Matrix lme4 issue
run: install.packages('lme4', type = 'source')
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit a867de7

Please sign in to comment.