Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 7, 2016
1 parent 397a4bd commit 2e71f7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: plyr
Version: 1.8.3.9000
Version: 1.8.4
Title: Tools for Splitting, Applying and Combining Data
Description: A set of tools that solves a common set of problems: you
need to break a big problem down into manageable pieces, operate on each
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.8.3.9000
# Version 1.8.4

* Update so `R CMD check` passes cleanly on R and R-devel.

Expand Down
30 changes: 7 additions & 23 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
## Changes

* Work around a PROTECTion failure in Rcpp
* Fix a test failure on R-devel.

## Test environments

* local OS X install, R 3.2.0
* ubuntu 12.04 (on travis-ci), R 3.2.0
* local OS X install, R 3.3.0
* ubuntu 12.04 (on travis-ci), R 3.3.0
* win-builder (devel and release)

## R CMD check results

There were no ERRORs, WARNINGs or NOTEs.
0 errors | 0 warnings | 1 note

* This package uses the MIT license.

## Downstream dependencies
I have also run R CMD check on all 312 downstream dependencies of plyr
(https://github.com/hadley/plyr/tree/master/revdep). I have noted ERRORs below.
Given the minimal change to plyr, I do not believe these errors to be a result
of changes to plyr.
## Reverse dependencies

* caretEnsemble
* ChemoSpec: example fails with missing suggested package
* dataRetrieval
* gemtc: missing system dependency
* ggmap: existing CRAN failure
* mlr: appears to be NAMESPACE problem
* pxweb: appears to be web connectivity problem
* REDCapR: auth failure
* RSiteCatalyst: auth failure
I did not run the reverse dependencies since the only changes in this version were to fix minor R CMD check problems, and the prevent one of the tests from failing in R-devel (patch helpful provided by Martin Maechler.)

0 comments on commit 2e71f7a

Please sign in to comment.