diff --git a/DESCRIPTION b/DESCRIPTION index b287482..3d9ebf2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vdiffr Title: Visual Regression Testing and Graphical Diffing -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c( person("Lionel", "Henry", , "lionel@rstudio.com", c("cre", "aut")), person("RStudio", role = "cph"), diff --git a/NEWS.md b/NEWS.md index d0e945e..3bb8a71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ -# vdiffr 0.1.0.9000 +# vdiffr 0.1.1 + +* `expect_doppelganger()` no longer throws an error when FreeType is + too old. Instead, the test is skipped. This ensures that R CMD check + passes on those platforms (e.g., CRAN's Solaris test server). * Depends on gdtools 0.1.2 or later as this version fixes a crash on Linux platforms. diff --git a/cran-comments.md b/cran-comments.md index 9841f18..43ab484 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,28 +1,17 @@ -## Resubmission - -This is a resubmission: - -* Single quote 'testthat' in Description: field -* Remove dontrun{} examples -* Add SystemRequirements field in DESCRIPTION (FreeType 2.6.0) -* Update DESCRIPTION and LICENSE files to mention authors and licences - of the JS libraries distributed in inst/htmlwidgets/lib/jquery-authors.txt +This version fixes the error on Solaris and the failures with the new +ggplot2 update. It should be more robust to this kind of errors from +now on. ## Test environments -* local OS X install, R 3.4.0 +* local OS X install, R 3.3.2 * ubuntu 12.04 (on travis-ci), R 3.3.2 * Windows Server 2012 R2 x64 (on appveyor-ci), R 3.3.2 * win-builder (devel and release) ## R CMD check results -0 errors | 0 warnings | 1 note - -* This is a new release. -* Concern about fontLiberation's licence but the FSF considers that - the SIL Open Font Licence is copyleft: - https://www.gnu.org/licenses/license-list.en.html +0 errors | 0 warnings | 0 notes ## Reverse dependencies -This is a new release, so there are no reverse dependencies. +There are no reverse dependencies yet.