Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 8, 2016
1 parent 3f29f5a commit f44099d
Show file tree
Hide file tree
Showing 8 changed files with 1,686 additions and 501 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: scales
Version: 0.4.0.9003
Version: 0.4.1
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("RStudio", role = "cph")
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2010-2014
YEAR: 2010-2016
COPYRIGHT HOLDER: Hadley Wickham
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scales 0.4.0.9000
# scales 0.4.1

* `extended_breaks()` no longer fails on pathological inputs

Expand Down
44 changes: 12 additions & 32 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,22 @@
## Test environments
* local OS X install, R 3.2.3
* ubuntu 12.04 (on travis-ci), R 3.2.3
* local OS X install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (devel and release)

## R CMD check results
0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 notes

## Reverse dependencies

* I have run R CMD check on the 106 reverse dependencies.
(https://github.com/hadley/scales/blob/master/revdep.

* All maintainers were notified on Feb 8, and again on Feb 25.
* License components with restrictions and base license permitting such:
MIT + file LICENSE

* There was one new problem related to scales:

* plotly: checking tests ... ERROR

* The following packages also had errors, but I'm confident they're not
related to scales:
## Reverse dependencies

* bdrift: checking examples ... ERROR
Failed because I'm running in headless env

* ggmap: checking examples ... ERROR
Random download failure

* ggthemes: checking tests ... ERROR
Failed automated style check

* multitable: checking running R code from vignettes ... ERROR
Requires very latest nlme
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.

Otherwise, I:
However, I:

* Failed to install dependencies for: toaster
* Failed to install dependencies for: geneNetBP, mapview, raptr, SeqFeatR,
toaster, userfriendlyscience

* Failed to install: bdscale, benchmark, brainGraph, covmat, Deducer,
DeducerSpatial, drc, extracat, ez, FAOSTAT, ncappc, NeuralNetTools,
quadrupen, rAvis, RcmdrPlugin.KMggplot2, RcmdrPlugin.MA, RSDA, sjPlot,
spikeSlabGAM, strvalidator, TriMatch
* Failed to install: brainGraph, condformat, Deducer, DeducerSpatial,
funModeling, imager, qdap, SEERaBomb, strvalidator
1,543 changes: 1,077 additions & 466 deletions revdep/README.md

Large diffs are not rendered by default.

Binary file modified revdep/checks.rds
Binary file not shown.
Loading

0 comments on commit f44099d

Please sign in to comment.