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 b7e4e00 commit 417a404Copy full SHA for 417a404
inst/docker/Dockerfile.vtest
@@ -87,7 +87,7 @@ RUN chmod 777 /usr/bin/orca
87
88
# install visual testing packages
89
RUN R -e "devtools::install_github('cpsievert/vdiffr@diffObj')"
90
-RUN R -e "devtools::install_github('cpsievert/diffobj@css')"
+RUN R -e "devtools::install_github('brodieG/diffobj@development')"
91
92
# switch on visual testing
93
ENV VDIFFR=true
0 commit comments