Skip to content

Commit eb70bfe

Browse files
committed
Prepare for CRAN release
1 parent 3fc5a19 commit eb70bfe

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.6.2.9000
3+
Version: 0.6.3
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
66
person("RStudio", role = "cph")

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
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.

0 commit comments

Comments
 (0)