Skip to content

Commit 417a404

Browse files
committed
diffobj dev branch now handles shiny css clash
1 parent b7e4e00 commit 417a404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/docker/Dockerfile.vtest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN chmod 777 /usr/bin/orca
8787

8888
# install visual testing packages
8989
RUN R -e "devtools::install_github('cpsievert/vdiffr@diffObj')"
90-
RUN R -e "devtools::install_github('cpsievert/diffobj@css')"
90+
RUN R -e "devtools::install_github('brodieG/diffobj@development')"
9191

9292
# switch on visual testing
9393
ENV VDIFFR=true

0 commit comments

Comments
 (0)