@@ -6,15 +6,22 @@ Description: A system for 'declaratively' creating graphics,
66 how to map variables to aesthetics, what graphical primitives to use,
77 and it takes care of the details.
88Authors@R: c(
9- person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
10- person("Winston", "Chang", , role = "aut"),
9+ person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre"),
10+ comment = c(ORCID = "0000-0003-4757-117X")),
11+ person("Winston", "Chang", , role = "aut",
12+ comment = c(ORCID = "0000-0002-1576-2126")),
1113 person("Lionel", "Henry", , role = "aut"),
12- person("Thomas Lin", "Pedersen", role = "aut"),
14+ person("Thomas Lin", "Pedersen", role = "aut",
15+ comment = c(ORCID = "0000-0002-5147-4711")),
1316 person("Kohske", "Takahashi", role = "aut"),
14- person("Claus", "Wilke", role = "aut"),
15- person("Kara", "Woo", role = "aut"),
16- person("Hiroaki", "Yutani", role = "aut"),
17- person("Dewey", "Dunnington", role = "aut"),
17+ person("Claus", "Wilke", role = "aut",
18+ comment = c(ORCID = "0000-0002-7470-9261")),
19+ person("Kara", "Woo", role = "aut",
20+ comment = c(ORCID = "0000-0002-5125-4188")),
21+ person("Hiroaki", "Yutani", role = "aut",
22+ comment = c(ORCID = "0000-0002-3385-7233")),
23+ person("Dewey", "Dunnington", role = "aut",
24+ comment = c(ORCID = "0000-0002-9415-4582")),
1825 person("RStudio", role = c("cph", "fnd"))
1926 )
2027Depends:
0 commit comments