Skip to content

Commit 1058cab

Browse files
committed
Submit point release to CRAN
1 parent be93615 commit 1058cab

File tree

3 files changed

+6
-3
lines changed

3 files changed

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

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# tidyr 0.5.0.9000
1+
# tidyr 0.5.1
22

33
* Restored compatibility with R < 3.3.0 by avoiding `getS3method(envir = )` (#205, @krlmlr).
44

5-
65
# tidyr 0.5.0
76

87
## New functions

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## Test environments
26
* local OS X install, R 3.2.3
37
* ubuntu 12.04 (on travis-ci), R 3.2.3

0 commit comments

Comments
 (0)