The R Project SVN R

Rev

Rev 87621 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87621 Rev 88299
Line 224... Line 224...
224
              comment = c(ORCID = "0000-0003-0918-3766")))
224
              comment = c(ORCID = "0000-0003-0918-3766")))
225
 
225
 
226
## ROR identifiers.
226
## ROR identifiers.
227
(p4 <- person("R Core Team",
227
(p4 <- person("R Core Team",
228
              comment = c(ROR = "02zz1nj61")))
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")
229
}
233
}