Skip to content

Commit e715018

Browse files
committed
Add @nuest as author of package
1 parent 5afa50a commit e715018

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

DESCRIPTION

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ Package: codecheck
22
Title: Helper Functions for CODECHECK project
33
Version: 0.0.0.9005
44
Authors@R:
5-
person(given = "Stephen",
6-
family = "Eglen",
5+
c(person(given = "Stephen",
6+
family = "Eglen",
7+
role = c("aut", "cre"),
8+
email = "[email protected]",
9+
comment = c(ORCID = "0000-0001-8607-8025")),
10+
person(given = "Daniel",
11+
family = "Nuest",
712
role = c("aut", "cre"),
8-
email = "[email protected]",
9-
comment = c(ORCID = "0000-0001-8607-8025"))
13+
email = "[email protected]",
14+
comment = c(ORCID = "0000-0002-0024-5046")))
1015
Description: This contains helper functions for CODECHECKERS (https://codecheck.org.uk).
1116
License: MIT + file LICENSE
1217
Depends: zen4R (>= 0.3-1), xtable, yaml, stringr, gh, R.cache, assertthat, parsedate, rmarkdown, knitr, jsonlite

0 commit comments

Comments
 (0)