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 ed2da6c commit bb82fddCopy full SHA for bb82fdd
inst/docker/Dockerfile.vtest
@@ -86,7 +86,7 @@ RUN printf '#!/bin/bash \nxvfb-run --auto-servernum --server-args "-screen 0 640
86
RUN chmod 777 /usr/bin/orca
87
88
# install visual testing packages
89
-RUN R -e "devtools::install_github('lionel-/vdiffr#48')"
+RUN R -e "devtools::install_github('lionel-/vdiffr')"
90
RUN R -e "devtools::install_github('brodieG/diffobj@development')"
91
92
# switch on visual testing
0 commit comments