From ec9dc2e4dfde37107aa31595509e94d9ab306be4 Mon Sep 17 00:00:00 2001 From: lilyclements Date: Wed, 12 Jun 2024 13:24:19 +0100 Subject: [PATCH] Adding authors to DESCRIPTION file --- DESCRIPTION | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 60fa4e6..9c938a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,26 @@ -Package: IDEMSstandAloneFunctionsR -Title: What the Package Does (One Line, Title Case) -Version: 0.0.0.9000 +Package: instatExtras +Title: A set of functions used in R-Instat +Version: 0.1.0 Authors@R: - person("First", "Last", , "first.last@example.com", role = c("aut", "cre"), - comment = c(ORCID = "YOUR-ORCID-ID")) -Description: What the package does (one paragraph). + person("Danny", "Parsons"), + person("Stephen", "Kogo"), + person("Steven", "Ndung'u"), + person("Lily", "Clements", "lily@idems.international", role = c("aut", "cre"), + comment = c(ORCID = "0000-0001-8864-0552")), + person("Shadrack", "Kibet"), + person("Bethan", "Clarke"), + person("Lazarus", "Kioko Muthenya"), + person("Maxwell", "Fundi"), + person("Antoine", "Ntalumeso"), + person("Haward", "Ketoyo"), + person("Ivan", "Luvisia"), + person("Stephen", "Lloyd"), + person("Patrick", "Munyoki"), + person("Anastasia", "Mbithe"), + person("Vitalis", "Kwambai"), + person("Derrick", "Agorhom"), + person("Sophie", "Malla Tatchum") +Description: This package contains a set of functions used in R-Instat. This includes functions written specifically for R-Instat, as well functions written elsewhere that are modified for use in R-Instat. License: LGPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE)