From 1faad9b9ca6bfadcf53fa8ae3a50646e640db3be Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:40:44 +0200 Subject: [PATCH 1/2] Encode Author & Maintainer as Authors@R --- DESCRIPTION | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ae38c0b..1ca2919 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,9 +3,11 @@ Type: Package Title: Estimation of R0 and Real-Time Reproduction Number from Epidemics Version: 1.3-0 Date: 2023-03-06 -Author: Pierre-Yves Boelle, Thomas Obadia +Authors@R: c( + person("Pierre-Yves", "Boelle", role = "aut"), + person("Thomas", "Obadia", role = c("aut", "cre"), email = "thomas.obadia@pasteur.fr") + ) URL: https://github.com/tobadia/R0 -Maintainer: Thomas Obadia Depends: R (>= 2.13.0) Imports: From e126f071088ea5e20a88836d0021c1ff996e0fdf Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:48:28 +0200 Subject: [PATCH 2/2] Add ORCID --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1ca2919..e5a84e5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Estimation of R0 and Real-Time Reproduction Number from Epidemics Version: 1.3-0 Date: 2023-03-06 Authors@R: c( - person("Pierre-Yves", "Boelle", role = "aut"), + person("Pierre-Yves", "Boelle", role = "aut", comment = c(ORCID = "0000-0002-5367-8232")), person("Thomas", "Obadia", role = c("aut", "cre"), email = "thomas.obadia@pasteur.fr") ) URL: https://github.com/tobadia/R0