11
22# vdiffr  
33
4- [ ![ Travis Build Status] ( https://travis-ci.org/lionel- /vdiffr.svg?branch=master )] ( https://travis-ci.org/lionel- /vdiffr ) 
5- [ ![ AppVeyor Build status] ( https://ci.appveyor.com/api/projects/status/github/lionel- /vdiffr?branch=master&svg=true )] ( https://ci.appveyor.com/project/lionel- /vdiffr ) 
4+ [ ![ Travis Build Status] ( https://travis-ci.org/r-lib /vdiffr.svg?branch=master )] ( https://travis-ci.org/r-lib /vdiffr ) 
5+ [ ![ AppVeyor Build status] ( https://ci.appveyor.com/api/projects/status/github/r-lib /vdiffr?branch=master&svg=true )] ( https://ci.appveyor.com/project/r-lib /vdiffr ) 
66
77vdiffr is an extension to the package testthat that makes it easy to
88test for visual regressions. It provides a Shiny app to manage failed
@@ -19,7 +19,7 @@ Get the development version from github with:
1919
2020``` {r} 
2121# install.packages("remotes") 
22- remotes::install_github("lionel- /vdiffr") 
22+ remotes::install_github("r-lib /vdiffr") 
2323``` 
2424
2525or the last CRAN release with:
@@ -147,7 +147,7 @@ If you want vdiffr to fail on CRAN machines as well, just set the environment va
147147An addin to launch ` manage_cases() `  is provided with vdiffr. Use the
148148addin menu to launch the Shiny app in an RStudio dialog.
149149
150- ![ RStudio addin] ( https://raw.githubusercontent.com/lionel- /vdiffr/readme/rstudio-vdiffr.png ) 
150+ ![ RStudio addin] ( https://raw.githubusercontent.com/r-lib /vdiffr/readme/rstudio-vdiffr.png ) 
151151
152152
153153### ESS integration  
@@ -190,7 +190,7 @@ reporters are usually meant to provide output for the end user, you
190190can also use them in functions to interact with testthat.
191191
192192vdiffr has a
193- [ special reporter] ( https://github.com/lionel- /vdiffr/blob/master/R/testthat-reporter.R ) 
193+ [ special reporter] ( https://github.com/r-lib /vdiffr/blob/master/R/testthat-reporter.R ) 
194194that does nothing but activate a collecter for the visual test
195195cases. ` collect_cases() `  calls ` devtools::test() `  with this
196196reporter. When ` expect_doppelganger() `  is called, it first checks
@@ -209,6 +209,6 @@ about the tests of interest and wrap them in a data structure.
209209Comparing SVG files is convenient and should work correctly in most
210210situations. However, SVG is not suitable for tracking really subtle
211211changes and regressions. See
212- [ vdiffr's issue #1  ] ( https://github.com/lionel- /vdiffr/issues/1 )  for a
212+ [ vdiffr's issue #1  ] ( https://github.com/r-lib /vdiffr/issues/1 )  for a
213213discussion on this. vdiffr may gain additional comparison backends in
214214the future to make the tests more stringent.
0 commit comments