We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a3e21 commit 4641bf7Copy full SHA for 4641bf7
src/library/utils/man/person.Rd
@@ -226,4 +226,8 @@ toBibtex(b)
226
## ROR identifiers.
227
(p4 <- person("R Core Team",
228
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")
233
}
0 commit comments