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 ac21b36 commit 7b0de19Copy full SHA for 7b0de19
Dockerfile
@@ -4,4 +4,4 @@ WORKDIR /usr/src/artemis-test
4
5
RUN apt-get update && apt-get install -y libxml2-dev && rm -rf /var/lib/apt/lists/*
6
7
-RUN R -e 'install.packages(c("pak", "testthat", "xml2"))'
+RUN R -e 'install.packages(c("testthat", "xml2"))'
0 commit comments