We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36980ad commit 0c7db02Copy full SHA for 0c7db02
.github/workflows/checks.yml
@@ -20,4 +20,4 @@ jobs:
20
21
- name: R CMD CHECK
22
run: |
23
- Rscript -e 'devtools::check(error_on = "warning")'
+ Rscript -e 'install.packages(c('mirt', 'lavaan')); devtools::check(error_on = "warning")'
0 commit comments