Skip to content

Commit

Permalink
Merge pull request #75 from yutannihilation/use-vdiffr
Browse files Browse the repository at this point in the history
Use vdiffr
  • Loading branch information
yutannihilation authored Dec 28, 2018
2 parents 67284d7 + c755f67 commit 4cf0175
Show file tree
Hide file tree
Showing 9 changed files with 570 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
language: R
sudo: false
cache: packages
r:
- release
- devel

matrix:
include:
- r: release
- r: devel
- r: oldrel
# test with the dev version of ggplot2
- r: release
r_github_packages:
- tidyverse/ggplot2
- lionel-/vdiffr
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ RoxygenNote: 6.0.1.9000
Suggests:
testthat,
knitr,
rmarkdown
rmarkdown,
vdiffr
VignetteBuilder: knitr
3 changes: 3 additions & 0 deletions tests/figs/deps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- vdiffr-svg-engine: 0.9000
- vdiffr: 0.2.3.9001
- freetypeharfbuzz: 0.2.5
254 changes: 254 additions & 0 deletions tests/figs/visual-tests/simple-bar-chart-with-facet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions tests/figs/visual-tests/simple-bar-chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4cf0175

Please sign in to comment.