Skip to content

Commit

Permalink
Add ORCID info (rstudio#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Apr 9, 2021
1 parent fad21af commit 4a2bb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Type: Package
Title: Web Application Framework for R
Version: 1.6.0.9000
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1576-2126")),
person("Joe", "Cheng", role = "aut", email = "[email protected]"),
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
person("Carson", "Sievert", role = "aut", email = "[email protected]"),
person("Barret", "Schloerke", role = "aut", email = "[email protected]"),
person("Carson", "Sievert", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Barret", "Schloerke", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0001-9986-114X")),
person("Yihui", "Xie", role = "aut", email = "[email protected]"),
person("Jeff", "Allen", role = "aut", email = "[email protected]"),
person("Jonathan", "McPherson", role = "aut", email = "[email protected]"),
Expand Down

0 comments on commit 4a2bb8f

Please sign in to comment.