1- This is a resubmission, using the canonical link to the proto package.
2-
3- ---
4-
51## Test environments
6- * OS X, R 3.2.2
7- * Ubuntu 14.04, R 3.2.2
2+ * OS X, R 3.2.3
3+ * Ubuntu 14.04, R 3.2.3
84* win-builder (devel and release)
95
106## R CMD check results
@@ -19,9 +15,127 @@ There were no ERRORs or WARNINGs. I see one NOTE:
1915 I think the problem is a poorly configured webserver:
2016 ` curl http://fueleconomy.gov ` works, but ` curl -I http://fueleconomy.gov `
2117 (which sends a HEAD request) does not.
18+
19+ ## Reverse dependencies
20+
21+ * I ran ` R CMD check ` on 674 all reverse dependencies
22+ (summary at https://github.com/hadley/ggplot2/blob/master/revdep/ )
23+
24+ * Maintainers with NOTEs, WARNINGs, or ERRORS were notified on Feb 10,
25+ and again on Feb 25. I have switched to a new automated system for
26+ maintainer notification, which ensures each maintainer gets a personalised
27+ email, and hopefully is more likely to take action.
28+
29+ * I've also tried to give a more detailed breakdown of ERRORs/WARNINGs
30+ (but not NOTEs below). Please let me know if there's anything else I
31+ can do to make this more helpful.
32+
33+ As far as I can tell, there are 3 failures related to changes to ggplot2:
34+
35+ * ggtern: checking examples ... ERROR
36+ Caused by change in API. Author is aware but hasn't fixed.
37+
38+ * plotly: checking tests ... ERROR
39+ Probably caused by changes to histogram API.
40+
41+ * precrec: checking tests ... ERROR
42+ Using a bad test for class inheritance + minor change in ggplot2.
43+
44+ There were a number of failures that don't appear to be related to changes in ggplot2.
45+
46+ * archivist: checking examples ... ERROR
47+ Looks like ggplot2 2.0.0 problem.
48+
49+ * BCEA: checking examples ... ERROR
50+ I failed to install R2jags.
51+
52+ * bcrm: checking examples ... ERROR
53+ Another JAGS problem
54+
55+ * biogram: checking examples ... ERROR
56+ ggplot2 2.0.0 problem - using invalid parameter.
57+
58+ * doBy: checking running R code from vignettes ... ERROR
59+ Needs very latest version of nlme
60+
61+ * dotwhisker: checking examples ... ERROR
62+ Needs to attach grid (ggplot2 2.0.0 problem)
63+
64+ * emil: checking examples ... ERROR
65+ Needs very latest version of nlme
66+
67+ * eyetrackingR: checking examples ... ERROR
68+ Needs suggested package (lme4) to run examples
69+
70+ * fuzzyforest: checking examples ... ERROR
71+ Needs GO.db
72+
73+ * geoknife: checking examples ... ERROR
74+ Random curl failure
75+
76+ * ggdendro: checking Rd cross-references ... WARNING
77+ ggplot2 2.0.0 problem: links to help topic that no longer exists
78+
79+ * ggthemes: checking tests ... ERROR
80+ Automated code style checking failure
81+
82+ * HistData: checking examples ... ERROR
83+ Namespace problem
84+
85+ * iNEXT: checking Rd cross-references ... WARNING
86+ ggplot2 2.0.0 problem: links to help topic that no longer exists
87+
88+ * metaheur: checking for missing documentation entries ... ERROR
89+ Needs very latest version of nlme
90+
91+ * mlr: checking examples ... ERROR
92+ Needs very latest version of nlme
2293
23- I've also updated my email address to hadley@rstudio.com
94+ * multitable: checking running R code from vignettes ... ERROR
95+ Needs lme4
96+
97+ * preproviz: checking tests ... ERROR
98+ Needs very latest version of nlme
99+
100+ * ryouready: checking examples ... ERROR
101+ Needs very latest version of nlme
102+
103+ * Rz: checking dependencies in R code ... WARNING
104+ Namespace issues
105+
106+ * SciencesPo: checking examples ... ERROR
107+ Pre-existing ggplot2 2.0.0 problems
108+
109+ * sdmvspecies: checking for executable files ... WARNING
110+ Includes executable file
111+
112+ * vcdExtra: checking examples ... ERROR
113+ Needs very latest version of nlme
114+
115+ * vdmR: checking examples ... ERROR
116+ Not sure: internal grid error.
117+
118+ Additionally, I:
119+
120+ * Failed to install dependencies for: AFM, benchmarkme, clusterfly, demi,
121+ ibmdbR, lme4, metaMix, PKgraph, pmc, prcbench, rms, rstanarm, SeqFeatR,
122+ SpaDES, specmine, survMisc, toaster, vcfR
24123
25- ## Downstream dependencies
124+ * Failed to install: abd, alm, arqas, ARTool, BACA, bamdit, bdscale, bdvis,
125+ benchmark, biomod2, bootnet, brainGraph, brms, BTSPAS, capm, caret,
126+ caretEnsemble, ChainLadder, classify, climwin, conformal, COPASutils,
127+ CosmoPhotoz, covmat, crmPack, Deducer, diveRsity, eeptools, erer, extracat,
128+ ez, FAOSTAT, fheatmap, geneSLOPE, gettingtothebottom, gitter, greport,
129+ hdnom, HistDAWass, HLMdiag, hyperSpec, IntegratedJM, interplot, ITEMAN, kobe,
130+ LANDD, learnstats, lmerTest, localgauss, LOGIT, ltbayes, marked, MergeGUI,
131+ merTools, Methplot, micromap, MissingDataGUI, mizer, morse, mosaic, MultiMeta,
132+ mwaved, ncappc, NeuralNetTools, NMF, nparACT, npregfast, OriGen, partialAR,
133+ PBImisc, pequod, Phxnlme, playwith, PlotPrjNetworks, pomp, PPtreeViz,
134+ predictmeans, PSAboot, qgraph, quadrupen, RcmdrPlugin.KMggplot2,
135+ RcmdrPlugin.MA, rddtools, refund, refund.shiny, RFmarkerDetector,
136+ robCompositions, RobustEM, robustlmm, RSA, RSDA, rstan, RStoolbox, rsvg,
137+ SCGLR, sdcMicro, seewave, SensMixed, sgd, simmr, sjPlot, snpEnrichment,
138+ sparkTable, spikeSlabGAM, spoccutils, strvalidator, tadaatoolbox, TcGSA,
139+ tigerstats, tigris, treemap, TriMatch, userfriendlyscience, varian, vmsbase
26140
27- * Maintainers were notified on Feb 10 .
141+ I think the majority of these are because I'm not currently installing bioconductor packages. I hope to work on that in the future .
0 commit comments