We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1ab96 commit 6ef9cafCopy full SHA for 6ef9caf
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -57,6 +57,10 @@ jobs:
57
run: |
58
Rscript -e 'install.packages(c("RANN", "stringr", "lme4", "dplyr", "reshape2", "polycor", "gamlss", "gamlss.dist", "mice", "childsds", "usethis", "devtools"), dependencies = TRUE)'
59
R CMD INSTALL ./dsBase
60
+
61
+ - name: Remove dsBase source code
62
+ run: |
63
+ Rscript -e "'dsBase' %in% rownames(installed.packages())" | grep -q TRUE && rm -rf ./dsBase
64
65
- uses: r-lib/actions/check-r-package@v2
66
with:
0 commit comments