Skip to content

Commit 8dbcaa1

Browse files
committed
Use person(), not as.person()
1 parent b6ea0e3 commit 8dbcaa1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Description: A consistent, simple and easy to use set of wrappers around the
66
are consistent, all functions deal with "NA"'s and zero length vectors
77
in the same way, and the output from one function is easy to feed into
88
the input of another.
9-
Authors@R: as.person(c(
10-
"Hadley Wickham <[email protected]> [aut, cre, cph]",
11-
"RStudio [cph]"
12-
))
9+
Authors@R: c(
10+
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre", "cph")),
11+
person("RStudio", role = "cph")
12+
)
1313
License: GPL-2
1414
Depends:
1515
R (>= 2.14)

cran-comments.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This is a resubmission. I've now correctly used person() in the Authors@R field.
2+
3+
---
4+
15
## Test environments
26
* local OS X install, R 3.2.0
37
* ubuntu 12.04 (on travis-ci), R 3.2.0

0 commit comments

Comments
 (0)