Skip to content

Commit 57f6f9b

Browse files
committed
change order of authors
1 parent 53c9ef8 commit 57f6f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
1515
email = "[email protected]", comment = c(ORCID = "0000-0002-1994-3581")),
1616
person("Pedro", "Despouy", role = "aut",
1717
email = "[email protected]"),
18-
person("Plotly Technologies Inc.", role = "cph"),
1918
person("Salim", "Brüggemann", role = "ctb",
20-
email = "[email protected]", comment = c(ORCID = "0000-0002-5329-5987")))
19+
email = "[email protected]", comment = c(ORCID = "0000-0002-5329-5987")),
20+
person("Plotly Technologies Inc.", role = "cph"))
2121
License: MIT + file LICENSE
2222
Description: Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.
2323
URL: https://plotly-r.com, https://github.com/ropensci/plotly#readme, https://plot.ly/r

0 commit comments

Comments
 (0)