@@ -3,21 +3,30 @@ Package: ruODK
3
3
Title: An R Client for the ODK Central API
4
4
Version: 1.5.1
5
5
Authors@R: c(
6
- person(
7
- given = c("Florian", "W."),
8
- family = "Mayer",
9
-
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
+
9
+ role = c("aut", "cre"),
10
+ comment = c(ORCID = "0000-0003-4269-4242")),
11
+ person(given = "Maëlle",
12
+ family = "Salmon",
13
+
14
+ role = "rev",
14
15
comment = c(ORCID = "0000-0002-2815-0399")),
15
- person("Karissa", "Whiting", role = "rev",
16
+ person(given = "Karissa",
17
+ family = "Whiting",
18
+ role = "rev",
16
19
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",
19
26
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",
21
30
comment = c(ORCID = "0000-0002-6758-2397")),
22
31
person("DBCA", role = c("cph", "fnd")),
23
32
person("NWSFTCP", role = "fnd")
0 commit comments