Skip to content

Commit

Permalink
Fix Matrix lme4 issue with workflows 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonohue committed Jan 23, 2024
1 parent a867de7 commit 5753be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: check

- name: Fix Matrix lme4 issue
run: install.packages('lme4', type = 'source')
run: oo <- options(repos = "https://cran.r-project.org/"); install.packages("Matrix"); install.packages("lme4"); options(oo)
shell: Rscript {0}

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

0 comments on commit 5753be1

Please sign in to comment.