We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db8556 commit b6014acCopy full SHA for b6014ac
inst/docker/Dockerfile.vtest
@@ -91,6 +91,7 @@ ENV VDIFFR=true
91
EXPOSE 3838
92
93
RUN R -e "install.packages('assertthat')"
94
+RUN R -e "install.packages('testthat')"
95
RUN R -e "update.packages(ask=FALSE)"
96
97
# install any new dependencies, then either manage cases (the default) or run tests
0 commit comments