Skip to content

Commit 8b76f07

Browse files
Updates authors in DESCRIPTION
1 parent 687b8a8 commit 8b76f07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Package: projectstats
22
Title: Write Emails from Github API Outputs
33
Version: 0.0.0.9000
4-
Authors@R:
5-
person("Christine", "Stawitz", , "christine.stawitz@noaa.gov", role = c("aut", "cre"))
4+
Authors@R: c(
5+
person(c("Kelli", "F."), "Johnson", , "kelli.johnson@noaa.gov", role = c("aut", "cre"),
6+
comment = c(ORCID = "0000-0002-5149-451X")),
7+
person(c("Christine", "C."), "Stawitz", role = "aut",
8+
comment = c(ORCID = "0000-0003-3122-4501"))
9+
)
610
Description: This uses an API key to retrieve information about pull
711
requests and issues in a Github repository and email about it.
812
License: GPL (>= 3) | file LICENSE

0 commit comments

Comments
 (0)