Skip to content

Commit 570fe75

Browse files
committed
Prepare for release
1 parent 361868d commit 570fe75

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
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.1.0.9000
3+
Version: 0.1.1
44
Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", c("cre", "aut")),
66
person("RStudio", role = "cph"),

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
# vdiffr 0.1.0.9000
2+
# vdiffr 0.1.1
3+
4+
* `expect_doppelganger()` no longer throws an error when FreeType is
5+
too old. Instead, the test is skipped. This ensures that R CMD check
6+
passes on those platforms (e.g., CRAN's Solaris test server).
37

48
* Depends on gdtools 0.1.2 or later as this version fixes a crash on
59
Linux platforms.

cran-comments.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
1-
## Resubmission
2-
3-
This is a resubmission:
4-
5-
* Single quote 'testthat' in Description: field
6-
* Remove dontrun{} examples
7-
* Add SystemRequirements field in DESCRIPTION (FreeType 2.6.0)
8-
* Update DESCRIPTION and LICENSE files to mention authors and licences
9-
of the JS libraries distributed in inst/htmlwidgets/lib/jquery-authors.txt
1+
This version fixes the error on Solaris and the failures with the new
2+
ggplot2 update. It should be more robust to this kind of errors from
3+
now on.
104

115
## Test environments
12-
* local OS X install, R 3.4.0
6+
* local OS X install, R 3.3.2
137
* ubuntu 12.04 (on travis-ci), R 3.3.2
148
* Windows Server 2012 R2 x64 (on appveyor-ci), R 3.3.2
159
* win-builder (devel and release)
1610

1711
## R CMD check results
1812

19-
0 errors | 0 warnings | 1 note
20-
21-
* This is a new release.
22-
* Concern about fontLiberation's licence but the FSF considers that
23-
the SIL Open Font Licence is copyleft:
24-
https://www.gnu.org/licenses/license-list.en.html
13+
0 errors | 0 warnings | 0 notes
2514

2615
## Reverse dependencies
2716

28-
This is a new release, so there are no reverse dependencies.
17+
There are no reverse dependencies yet.

0 commit comments

Comments
 (0)