From d93b33b47a60543840142279873270ab31cc6660 Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 11 Jun 2015 08:01:59 -0500 Subject: [PATCH] Update CRAN comments --- cran-comments.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 5d53929c..090e9cd7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,7 @@ ## Changes -This works around what I believe is a PROTECTion in Rcpp: `loop_apply` was occassionally returning random data. +* Work around a PROTECTion failure in Rcpp +* Fix a test failure on R-devel. ## Test environments @@ -14,12 +15,16 @@ There were no ERRORs, WARNINGs or NOTEs. ## 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 and -WARNINGs below - I do not believe them to be related to changes to 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. -* abd: fails to unload lattice. -* ChemoSpec: example requires suggested package (and binary for that package is - not available on the mac) -* mlr: fails in same way on CRAN. -* mosaic: fails after web request. Fails in same way on CRAN. -* RSiteCatalyst: fails with authentication error. +* 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