|
1 | | -This is basically a resubmission of tidyr 0.5.0 - I've fixed a small buglet that caused a failure on R-oldrel. Sorry for only noticing it after the release! (I've started routinely testing on oldrel so hopefully this will be less of a problem in the future) |
2 | | - |
3 | | ---- |
4 | | - |
5 | 1 | ## Test environments |
6 | | -* local OS X install, R 3.2.3 |
7 | | -* ubuntu 12.04 (on travis-ci), R 3.2.3 |
| 2 | +* local OS X install, R 3.3.1 |
| 3 | +* ubuntu 12.04 (on travis-ci), R 3.3.1 |
8 | 4 | * win-builder (devel and release) |
9 | 5 |
|
10 | 6 | ## R CMD check results |
11 | 7 |
|
12 | | -0 errors | 0 warnings | 2 note |
| 8 | +0 errors | 0 warnings | 1 note |
13 | 9 |
|
14 | 10 | * License components with restrictions and base license permitting such: |
15 | 11 | MIT + file LICENSE |
16 | | - |
17 | | -* Missing or unexported object: 'dplyr::everything' |
18 | 12 |
|
19 | | - This is a bit of a hack to get tidyr working with both dplyr 0.4 and |
20 | | - dplyr 0.5. It'll disappear once dplyr 0.5 is out. |
| 13 | +* Found the following (possibly) invalid URLs: |
| 14 | + https://www.eecs.berkeley.edu/Pubs/TechRpts/2000/CSD-00-1110.pdf |
| 15 | + |
| 16 | + Not sure what the problem is here: curl reports "error:14077102:SSL |
| 17 | + routines:SSL23_GET_SERVER_HELLO:unsupported protocol" but the page |
| 18 | + loads fine in my browser. |
21 | 19 |
|
22 | 20 | ## Downstream dependencies |
23 | 21 |
|
24 | | -I ran `R CMD check` on all 73 reverse dependencies. |
| 22 | +I ran `R CMD check` on all 90 reverse dependencies. |
25 | 23 | Results at https://github.com/hadley/tidyr/tree/master/revdep/. |
26 | 24 |
|
27 | | -Problems are summarised below. The are 8 problems caused by a deliberate change to tidyr. I notified authors on May 26 and again today. |
28 | | - |
29 | | -### Caused by tidyr update |
30 | | - |
31 | | -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: |
32 | | - |
33 | | -* broom: checking examples ... ERROR |
34 | | -* ezsummary: checking tests ... ERROR |
35 | | -* ggmcmc: checking examples ... ERROR |
36 | | -* heemod: checking tests ... ERROR |
37 | | -* pixiedust: checking re-building of vignette outputs ... WARNING |
38 | | -* quickpsy: checking examples ... ERROR |
39 | | -* R6Frame: checking tests ... ERROR |
40 | | -* RNeXML: checking examples ... ERROR |
41 | | - |
42 | | -Other problems: |
43 | | - |
44 | | -* pmc: checking tests ... ERROR |
45 | | - I'm not sure what the cause of this one is |
46 | | - |
47 | | -* rgho: checking examples ... ERROR |
48 | | - Caused by assuming that column names are characters (which they should be!) |
49 | | - |
50 | | -### Unrelated to tidyr |
51 | | - |
52 | | -* ggRandomForests: checking examples ... ERROR |
53 | | - This same error is present on CRAN |
54 | | - |
55 | | -* glycanr: checking examples ... ERROR |
56 | | - Examples is missing check for installation of suggested package |
57 | | - |
58 | | -* tigger: checking re-building of vignette outputs ... WARNING |
59 | | - Vigentte is missing check missing check for installation of suggested package |
| 25 | +As far as I can tell, there were no problems related to this tidyr release. |
0 commit comments