Skip to content

Commit e2c020b

Browse files
authored
Add link to authors in pkgdown and orchid ID (#3886)
1 parent f1422ea commit e2c020b

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

DESCRIPTION

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
88
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")),
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
)
2027
Depends:

_pkgdown.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ template:
1010
development:
1111
mode: auto
1212

13+
authors:
14+
Winston Chang:
15+
href: https://github.com/wch
16+
Lionel Henry:
17+
href: https://github.com/lionel-
18+
Thomas Lin Pedersen:
19+
href: https://data-imaginist.com
20+
Claus Wilke:
21+
href: https://clauswilke.com
22+
Kara Woo:
23+
href: https://karawoo.com
24+
Hiroaki Yutani:
25+
href: https://yutani.rbind.io
26+
Dewey Dunnington:
27+
href: https://fishandwhistle.net
28+
1329
home:
1430
strip_header: true
1531
links:

0 commit comments

Comments
 (0)