diff --git a/DESCRIPTION b/DESCRIPTION index 8713a3a..a084be6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,21 +3,30 @@ Package: ruODK Title: An R Client for the ODK Central API Version: 1.5.1 Authors@R: c( - person( - given = c("Florian", "W."), - family = "Mayer", - email = "Florian.Mayer@dpc.wa.gov.au", - role = c("aut", "cre"), - comment = c(ORCID = "0000-0003-4269-4242") - ), - person("Maëlle", "Salmon", "maelle.salmon@yahoo.se", role = "rev", + person(given = c("Florian", "W."), + family = "Mayer", + email = "Florian.Mayer@dpc.wa.gov.au", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0003-4269-4242")), + person(given = "Maëlle", + family = "Salmon", + email = "maelle.salmon@yahoo.se", + role = "rev", comment = c(ORCID = "0000-0002-2815-0399")), - person("Karissa", "Whiting", role = "rev", + person(given = "Karissa", + family = "Whiting", + role = "rev", comment = c(ORCID = "0000-0002-4683-1868")), - person("Jason", "Taylor", role = "rev"), - person("Marcelo", "Tyszler", role = "ctb", + person(given = "Jason", + family = "Taylor", + role = "rev"), + person(given = "Marcelo", + family = "Tyszler", + role = "ctb", comment = c(ORCID = "0000-0002-4573-0002")), - person("Hélène", "Langet", role = "ctb", + person(given = "Hélène", + family = "Langet", + role = "ctb", comment = c(ORCID = "0000-0002-6758-2397")), person("DBCA", role = c("cph", "fnd")), person("NWSFTCP", role = "fnd") diff --git a/man/ruODK-package.Rd b/man/ruODK-package.Rd index c672a8e..1bd8314 100644 --- a/man/ruODK-package.Rd +++ b/man/ruODK-package.Rd @@ -28,7 +28,7 @@ Useful links: Other contributors: \itemize{ - \item Maëlle maelle.salmon@yahoo.se Salmon (\href{https://orcid.org/0000-0002-2815-0399}{ORCID}) [reviewer] + \item Maëlle Salmon \email{maelle.salmon@yahoo.se} (\href{https://orcid.org/0000-0002-2815-0399}{ORCID}) [reviewer] \item Karissa Whiting (\href{https://orcid.org/0000-0002-4683-1868}{ORCID}) [reviewer] \item Jason Taylor [reviewer] \item Marcelo Tyszler (\href{https://orcid.org/0000-0002-4573-0002}{ORCID}) [contributor]