|
17 | 17 |
|
18 | 18 | ## Downstream dependencies |
19 | 19 |
|
20 | | -* I ran `R CMD check` on all 70 reverse dependencies. |
21 | | - Results at https://github.com/hadley/tidyr/tree/master/revdep/. |
| 20 | +I ran `R CMD check` on all 73 reverse dependencies. |
| 21 | +Results at https://github.com/hadley/tidyr/tree/master/revdep/. |
22 | 22 |
|
23 | | -* Authors were notified May 26. |
| 23 | +Problems are summarised below. The are 8 problems caused by a deliberate change to tidyr. I notified authors on May 26 and again today. |
| 24 | + |
| 25 | +### Caused by tidyr update |
| 26 | + |
| 27 | +A number of packages fail because tidyr now returns objects of class c("tbl_df", "tbl", "data.frame"), and the $.tbl_df method throws error instead of returning NULL for non-existant variables: |
| 28 | + |
| 29 | +* broom: checking examples ... ERROR |
| 30 | +* ezsummary: checking tests ... ERROR |
| 31 | +* ggmcmc: checking examples ... ERROR |
| 32 | +* heemod: checking tests ... ERROR |
| 33 | +* pixiedust: checking re-building of vignette outputs ... WARNING |
| 34 | +* quickpsy: checking examples ... ERROR |
| 35 | +* R6Frame: checking tests ... ERROR |
| 36 | +* RNeXML: checking examples ... ERROR |
| 37 | + |
| 38 | +Other problems: |
| 39 | + |
| 40 | +* pmc: checking tests ... ERROR |
| 41 | + I'm not sure what the cause of this one is |
| 42 | + |
| 43 | +* rgho: checking examples ... ERROR |
| 44 | + Caused by assuming that column names are characters (which they should be!) |
| 45 | + |
| 46 | +### Unrelated to tidyr |
| 47 | + |
| 48 | +* ggRandomForests: checking examples ... ERROR |
| 49 | + This same error is present on CRAN |
| 50 | + |
| 51 | +* glycanr: checking examples ... ERROR |
| 52 | + Examples is missing check for installation of suggested package |
| 53 | + |
| 54 | +* tigger: checking re-building of vignette outputs ... WARNING |
| 55 | + Vigentte is missing check missing check for installation of suggested package |
0 commit comments