Skip to content

Commit b071629

Browse files
authored
Update authors (#2569)
* Alphabetise authors * Add @lionel- to ggplot2 authors In recognition of tidy eval + visual testing + more!
1 parent f8ca96b commit b071629

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ Description: A system for 'declaratively' creating graphics,
77
and it takes care of the details.
88
Authors@R: c(
99
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
10-
person("Winston", "Chang", , "[email protected]", "aut"),
11-
person("Kara", "Woo", role = "aut"),
10+
person("Winston", "Chang", , role = "aut"),
11+
person("Lionel", "Henry", , role = "aut"),
1212
person("Thomas Lin", "Pedersen", role = "aut"),
13-
person("Claus", "Wilke", role = "aut"),
1413
person("Kohske", "Takahashi", role = "aut"),
14+
person("Claus", "Wilke", role = "aut"),
15+
person("Kara", "Woo", role = "aut"),
1516
person("RStudio", role = c("cph"))
1617
)
1718
Depends:

0 commit comments

Comments
 (0)