Skip to content

Commit 2e08772

Browse files
committed
Update copyright & my email.
1 parent 7228c5b commit 2e08772

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Package: tidyr
22
Title: Easily Tidy Data with spread() and gather() Functions.
33
Version: 0.2.0
4-
Authors@R: 'Hadley Wickham <[email protected]> [aut,cre]'
4+
Authors@R: as.person(c(
5+
"Hadley Wickham <[email protected]> [aut, cre]",
6+
"RStudio [cph]"
7+
))
58
Description: An evolution of reshape2. It's designed specifically for data
69
tidying (not general reshaping or aggregating) and works well with
710
dplyr data pipelines.

cran-comments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
## R CMD check results
77
There were no ERRORs, WARNINGs.
88

9-
There was one NOTE:
9+
There were two NOTEs:
10+
11+
* Maintainer address has changed to <[email protected]>
1012

1113
* Possibly mis-spelled words in DESCRIPTION: dplyr (7:5)
1214

0 commit comments

Comments
 (0)