File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Package: vdiffr
22Title: Visual Regression Testing and Graphical Diffing
3- Version: 0.2.1
3+ Version: 0.2.2
44Authors@R: c(
55 person("Lionel", "Henry", , "
[email protected] ", c("cre", "aut")),
66 person("RStudio", role = "cph"),
Original file line number Diff line number Diff line change 11
2+ # vdiffr 0.2.2
3+
4+ * Skip tests if the system version of Cairo (actually the one gdtools
5+ was compiled with) doesn't match the version of Cairo used to
6+ generate the testcases. Cairo has an influence on the computation of
7+ text metrics which can cause spurious test failures.
8+
9+ We plan to fix these issues once and for all by embedding gdtools,
10+ svglite, Cairo and FreeType in the vdiffr package.
11+
12+
213# vdiffr 0.2.1
314
415This release fixes some CRAN failures.
You can’t perform that action at this time.
0 commit comments