Skip to content

Commit abf4b1e

Browse files
committed
Run revdeps and prepare for release
1 parent 925b0bf commit abf4b1e

File tree

8 files changed

+252
-204
lines changed

8 files changed

+252
-204
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyr
22
Title: Easily Tidy Data with `spread()` and `gather()` Functions
3-
Version: 0.4.1.9000
3+
Version: 0.5.0
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
66
person("RStudio", role = "cph")

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tidyr 0.4.1.9000
1+
# tidyr 0.5.0
22

33
## New functions
44

cran-comments.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,39 @@
1717

1818
## Downstream dependencies
1919

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/.
2222

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

Comments
 (0)