Skip to content

Commit 4641bf7

Browse files
author
hornik
committed
More examples.
git-svn-id: https://svn.r-project.org/R/trunk@88299 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 76a3e21 commit 4641bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/library/utils/man/person.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,8 @@ toBibtex(b)
226226
## ROR identifiers.
227227
(p4 <- person("R Core Team",
228228
comment = c(ROR = "02zz1nj61")))
229+
230+
## Example for a contributor whose real name is unknown and cannot be
231+
## determined:
232+
person(given = "@zeileis", role = "ctb", comment = "GitHub user")
229233
}

0 commit comments

Comments
 (0)