@@ -6,15 +6,22 @@ Description: A system for 'declaratively' creating graphics,
6
6
how to map variables to aesthetics, what graphical primitives to use,
7
7
and it takes care of the details.
8
8
Authors@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")),
11
13
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")),
13
16
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")),
18
25
person("RStudio", role = c("cph", "fnd"))
19
26
)
20
27
Depends:
0 commit comments