Skip to content

Commit

Permalink
actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed Dec 7, 2023
1 parent 7b5a6e1 commit 891fb5c
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: Install problem dependency
run: |
Rscript -e 'install.packages("lme4", type = "source")'
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 891fb5c

Please sign in to comment.