From c2aadb4dfe8bceff79bff00b058e5f89e4570eb0 Mon Sep 17 00:00:00 2001 From: Michael DeWitt Date: Thu, 14 May 2020 16:02:49 -0400 Subject: [PATCH 1/2] added my credentials as contributor --- DESCRIPTION | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 185d8aa..d5d615e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,12 @@ Authors@R: c( role = c("aut")), person("Sebastian", "Funk", email = "sebastian.funk@lshtm.ac.uk", - role = c("aut"))) + role = c("aut")), + person(given = "Michael", + family = "DeWitt", + role = c("ctb"), + email = "me.dewitt.jr@gmail.com", + comment = c(ORCID = "0000-0001-8940-1967"))) Description: To forecast the time-varying reproduction number and using this to forecast reported case counts. Includes tools to evaluate a range of models across samples and time series using proper scoring rules. License: MIT + file LICENSE From 405c3ddb4c266f477a414dfb3ace4a14477f9381 Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Fri, 15 May 2020 09:53:06 +0100 Subject: [PATCH 2/2] Update DESCRIPTION Switched to keep Seb at the bottom (as PI) and role from contributor to author (as we are not really using the contributor field yet) --- DESCRIPTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d5d615e..7e6bb1c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -36,14 +36,14 @@ Authors@R: c( person("Nathalie", "Vialaneix", email = "nathalie.vialaneix@inrae.fr", role = c("aut")), - person("Sebastian", "Funk", - email = "sebastian.funk@lshtm.ac.uk", - role = c("aut")), person(given = "Michael", family = "DeWitt", - role = c("ctb"), + role = c("aut"), email = "me.dewitt.jr@gmail.com", - comment = c(ORCID = "0000-0001-8940-1967"))) + comment = c(ORCID = "0000-0001-8940-1967")), + person("Sebastian", "Funk", + email = "sebastian.funk@lshtm.ac.uk", + role = c("aut"))) Description: To forecast the time-varying reproduction number and using this to forecast reported case counts. Includes tools to evaluate a range of models across samples and time series using proper scoring rules. License: MIT + file LICENSE