We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457802b commit f48889bCopy full SHA for f48889b
.github/workflows/dsBase_test_suite.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Install dsBase
64
run: |
65
- Rscript -e 'install.packages(c("RANN", "stringr", "lme4", "dplyr", "reshape2", "polycor", "gamlss", "gamlss.dist", "mice", "childsds"), dependencies = TRUE)'
+ Rscript -e 'install.packages(c("RANN", "stringr", "lme4", "dplyr", "reshape2", "polycor", "gamlss", "gamlss.dist", "mice", "childsds", "usethis", "devtools"), dependencies = TRUE)'
66
R CMD INSTALL ./dsBase
67
68
- uses: r-lib/actions/setup-r-dependencies@v2
0 commit comments