Skip to content

Commit 3b1b2a5

Browse files
committed
Update DESC author format
1 parent 5ca229a commit 3b1b2a5

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

DESCRIPTION

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,30 @@ Package: ruODK
33
Title: An R Client for the ODK Central API
44
Version: 1.5.1
55
Authors@R: c(
6-
person(
7-
given = c("Florian", "W."),
8-
family = "Mayer",
9-
email = "[email protected]",
10-
role = c("aut", "cre"),
11-
comment = c(ORCID = "0000-0003-4269-4242")
12-
),
13-
person("Maëlle", "Salmon", "[email protected]", role = "rev",
6+
person(given = c("Florian", "W."),
7+
family = "Mayer",
8+
email = "[email protected]",
9+
role = c("aut", "cre"),
10+
comment = c(ORCID = "0000-0003-4269-4242")),
11+
person(given = "Maëlle",
12+
family = "Salmon",
13+
email = "[email protected]",
14+
role = "rev",
1415
comment = c(ORCID = "0000-0002-2815-0399")),
15-
person("Karissa", "Whiting", role = "rev",
16+
person(given = "Karissa",
17+
family = "Whiting",
18+
role = "rev",
1619
comment = c(ORCID = "0000-0002-4683-1868")),
17-
person("Jason", "Taylor", role = "rev"),
18-
person("Marcelo", "Tyszler", role = "ctb",
20+
person(given = "Jason",
21+
family = "Taylor",
22+
role = "rev"),
23+
person(given = "Marcelo",
24+
family = "Tyszler",
25+
role = "ctb",
1926
comment = c(ORCID = "0000-0002-4573-0002")),
20-
person("Hélène", "Langet", role = "ctb",
27+
person(given = "Hélène",
28+
family = "Langet",
29+
role = "ctb",
2130
comment = c(ORCID = "0000-0002-6758-2397")),
2231
person("DBCA", role = c("cph", "fnd")),
2332
person("NWSFTCP", role = "fnd")

man/ruODK-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)