diff --git a/cran-comments.md b/cran-comments.md index 2697d978..f13333bb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,10 @@ + +This fixes the check error following the last dplyr release. + ## Test environments * local OS X install, R-release * ubuntu 12.04, R 3.1 -> R-devel -* win-builder (R-devel) +* win-builder (R-devel and R-release) ## R CMD check results @@ -9,18 +12,5 @@ ## revdepcheck results -We checked 194 reverse dependencies (188 from CRAN + 6 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 6 packages - -Issues with CRAN packages are summarised below. - -### Failed to check - -* anomalyDetection (failed to install) -* diceR (failed to install) -* imager (failed to install) -* pointblank (failed to install) -* RSQLServer (failed to install) -* wand (failed to install) +I have not run the revdeps because this is just a fix to a unit test +broken by the last release of dplyr.