Skip to content

Commit 5032f32

Browse files
committed
Move vdiffr to r-lib
1 parent a1a30e7 commit 5032f32

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ LinkingTo:
5959
BH
6060
RoxygenNote: 6.1.1
6161
Roxygen: list(markdown = TRUE)
62+
URL: https://github.com/r-lib/vdiffr
63+
BugReports: https://github.com/r-lib/vdiffr/issues

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
vdiffr is an extension to the package testthat that makes it easy to
88
test 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

2525
or 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
147147
An addin to launch `manage_cases()` is provided with vdiffr. Use the
148148
addin 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
190190
can also use them in functions to interact with testthat.
191191

192192
vdiffr 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)
194194
that does nothing but activate a collecter for the visual test
195195
cases. `collect_cases()` calls `devtools::test()` with this
196196
reporter. When `expect_doppelganger()` is called, it first checks
@@ -209,6 +209,6 @@ about the tests of interest and wrap them in a data structure.
209209
Comparing SVG files is convenient and should work correctly in most
210210
situations. However, SVG is not suitable for tracking really subtle
211211
changes 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
213213
discussion on this. vdiffr may gain additional comparison backends in
214214
the future to make the tests more stringent.

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Should fix the CRAN failures.
1717
## Reverse dependencies
1818

1919
I ran R CMD check on all 42 reverse dependencies (summary at
20-
https://github.com/lionel-/vdiffr/tree/master/revdep).
20+
https://github.com/r-lib/vdiffr/tree/master/revdep).
2121

2222
I could not check 5 packages (cicero, fingertipscharts, ggcyto, ggformula, ggstatsplot).
2323

man/vdiffr-package.Rd

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)