Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Nov 15, 2016
1 parent 361868d commit 570fe75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", c("cre", "aut")),
person("RStudio", role = "cph"),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
23 changes: 6 additions & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 570fe75

Please sign in to comment.