diff --git a/DESCRIPTION b/DESCRIPTION index 16ba978d..01a062de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: scales -Version: 0.4.1.9002 +Version: 0.5.0 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), person("RStudio", role = "cph") diff --git a/NEWS.md b/NEWS.md index 1a6d5b5f..4629cbc5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# scales 0.4.1.9001 +# scales 0.5.0 * New function `regular_minor_breaks()` calculates minor breaks as a property of the transformation (@karawoo). diff --git a/cran-comments.md b/cran-comments.md index 83ddd806..d6ea2a57 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,22 +1,15 @@ ## Test environments -* local OS X install, R 3.3.1 -* ubuntu 12.04 (on travis-ci), R 3.3.1 -* win-builder (devel and release) +* local OS X install, R 3.4.1 +* ubuntu 12.04 (on travis-ci), R 3.4.1 +* win-builder (devel) ## R CMD check results -0 errors | 0 warnings | 1 notes - -* License components with restrictions and base license permitting such: - MIT + file LICENSE +0 errors | 0 warnings | 0 notes ## Reverse dependencies -This was minor release that only added new features, but I ran revdep checks on the 160 reverse dependencies just to be sure (complete results at https://github.com/hadley/scales/blob/master/revdep). I saw no problems related to scales. - -However, I: - -* Failed to install dependencies for: geneNetBP, mapview, raptr, SeqFeatR, - toaster, userfriendlyscience - -* Failed to install: brainGraph, condformat, Deducer, DeducerSpatial, - funModeling, imager, qdap, SEERaBomb, strvalidator +I ran revdep checks on the 272 reverse dependencies (complete results at +https://github.com/hadley/scales/blob/master/revdep). There were issues with +three packages; one of these issues appears unrelated to `scales`, and one has +since been fixed. The maintainer of the `incidence` package was notified of the +issue that is related to `scales` changes on 10 August 2017.