Skip to content

Commit 0ed08c2

Browse files
committed
Prepare for release
1 parent 3a25e25 commit 0ed08c2

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
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.7.1.9000
3+
Version: 0.7.2
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
66
person("Lionel", "Henry", , "[email protected]", "aut"),

NEWS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
2-
# tidyr 0.7.1.9000
1+
# tidyr 0.7.2
32

43
* The SE variants `gather_()`, `spread_()` and `nest_()` now
54
treat non-syntactic names in the same way as pre tidy eval versions
65
of tidyr (#361).
7-
6+
7+
* Fix tidyr bug revealed by R-devel.
88

99
# tidyr 0.7.1
1010

@@ -25,7 +25,6 @@ writing functions and refer to contextual objects, it is still a good
2525
idea to avoid data expressions by following the advice of the 0.7.0
2626
release notes.
2727

28-
2928
# tidyr 0.7.0
3029

3130
This release includes important changes to tidyr internals. Tidyr now

cran-comments.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,42 @@
1-
This is a hotfix release to fix tests in prevision of an upcoming
2-
tidyselect update.
1+
## Release summary
2+
3+
This includes two small bug fixes; one which resolves the failures on R-devel.
34

45
## Test environments
56

67
* local OS X install, R 3.4.1
78
* ubuntu 12.04 (on travis-ci), R 3.4.1
89
* win-builder (devel and release)
910

10-
1111
## R CMD check results
1212

1313
0 errors | 0 warnings | 0 notes
1414

15+
## revdepcheck results
16+
17+
We checked 311 reverse dependencies (285 from CRAN + 26 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
18+
19+
* We saw 1 new problems
20+
* We failed to check 9 packages
21+
22+
Issues with CRAN packages are summarised below.
23+
24+
### New problems
25+
(This reports the first line of each new failure)
26+
27+
* REDCapR
28+
checking tests ...
29+
30+
This doesn't appear to be related to tidyr changes
1531

16-
## Reverse dependencies
32+
### Failed to check
1733

18-
I have not run the reverse dependencies since this release is
19-
identical to the previous one except for a couple of unit tests.
34+
* anomalyDetection (failed to install)
35+
* diceR (failed to install)
36+
* hansard (check timed out)
37+
* HTSSIP (check timed out)
38+
* pmc (check timed out)
39+
* pointblank (failed to install)
40+
* qdap (failed to install)
41+
* rtable (failed to install)
42+
* wand (failed to install)

revdep/data.sqlite

-4.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)