Skip to content

Commit

Permalink
Try to address test failures from Matrix package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Jan 10, 2024
1 parent 67068a5 commit 3c48a7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck

- name: Set CRAN mirror
run: echo "options(repos = c(CRAN='https://cloud.r-project.org/'))" > ~/.Rprofile

- name: Install lme4 from source to fix Matrix errors
run: |
install.packages('lme4', type = 'source')
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2

Expand Down

0 comments on commit 3c48a7b

Please sign in to comment.