Skip to content

Commit

Permalink
Use person(), not as.person()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 29, 2015
1 parent b6ea0e3 commit 8dbcaa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Description: A consistent, simple and easy to use set of wrappers around the
are consistent, all functions deal with "NA"'s and zero length vectors
in the same way, and the output from one function is easy to feed into
the input of another.
Authors@R: as.person(c(
"Hadley Wickham <[email protected]> [aut, cre, cph]",
"RStudio [cph]"
))
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre", "cph")),
person("RStudio", role = "cph")
)
License: GPL-2
Depends:
R (>= 2.14)
Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This is a resubmission. I've now correctly used person() in the Authors@R field.

---

## Test environments
* local OS X install, R 3.2.0
* ubuntu 12.04 (on travis-ci), R 3.2.0
Expand Down

0 comments on commit 8dbcaa1

Please sign in to comment.