File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Package: tidyr
22Title: Easily Tidy Data with 'spread()' and 'gather()' Functions
3- Version: 0.6.2.9000
3+ Version: 0.6.3
44Authors@R: c(
55 person("Hadley", "Wickham", , "
[email protected] ", c("aut", "cre")),
66 person("RStudio", role = "cph")
Original file line number Diff line number Diff line change 1- # tidyr 0.6.2.9000
1+ # tidyr 0.6.3
2+
3+ * Patch tests to be compatible with dev tibble
24
35# tidyr 0.6.2
46
Original file line number Diff line number Diff line change 99
1010## Downstream dependencies
1111
12- I did not run R CMD check as this is a patch release to register C functions and fix a test failure
13- with the soon-to-be-released version of dplyr .
12+ I did not run R CMD check as this is a patch release to fix a test failure
13+ with the soon-to-be-released version of tibble .
You can’t perform that action at this time.
0 commit comments