Skip to content

Commit 96e9ac9

Browse files
committed
Update to 0.2.2
1 parent c077fb3 commit 96e9ac9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vdiffr
22
Title: Visual Regression Testing and Graphical Diffing
3-
Version: 0.2.1
3+
Version: 0.2.2
44
Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", c("cre", "aut")),
66
person("RStudio", role = "cph"),

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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

415
This release fixes some CRAN failures.

0 commit comments

Comments
 (0)