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 1
1
Package: tidyr
2
2
Title: Easily Tidy Data with 'spread()' and 'gather()' Functions
3
- Version: 0.6.2.9000
3
+ Version: 0.6.3
4
4
Authors@R: c(
5
5
person("Hadley", "Wickham", , "
[email protected] ", c("aut", "cre")),
6
6
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
2
4
3
5
# tidyr 0.6.2
4
6
Original file line number Diff line number Diff line change 9
9
10
10
## Downstream dependencies
11
11
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