From f961a9d77dade000999cf080ef112f58e391879c Mon Sep 17 00:00:00 2001
From: aduvermy <arnaud.duvermy@ens-lyon.fr>
Date: Mon, 22 Jan 2024 16:35:08 +0100
Subject: [PATCH] add contributors

---
 DESCRIPTION | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 8a64c8d..2fc2220 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,16 +2,24 @@ Package: HTRfit
 Title: High-Throughput RNA-seq model fit
 Version: 2.0.0
 Authors@R: c(
-    person("Arnaud", "Duvermy", , "arnaud.duvermy@ens-lyon.fr", role = c("aut", "cre"),
-           comment = c(ORCID = "0009-0002-8509-5506")),   
-    person("Laurent", "Modolo", , "laurent.modolo@ens-lyon.fr" , role = "aut"), 
-    person("Gael", "Yvert", , "gael.yvert@ens-lyon.fr" , role = "aut"),
-    person("Fabien", "Duveau", , "fabien.duveau@ens-lyon.fr", role = c("aut", "cre"))
+    person("Arnaud", "Duvermy", , "arnaud.duvermy@ens-lyon.fr", role = c("aut", "cph"),
+           comment = c(ORCID = "0009-0002-8509-5506")),
+    person("Laurent", "Modolo", , "laurent.modolo@ens-lyon.fr", role = "ctb",
+           comment = c(ORCID = "0009-0002-8509-5506")),
+    person("Gael", "Yvert", , "gael.yvert@ens-lyon.fr", role = "ctb",
+           comment = c(ORCID = "0000-0003-1955-4786")),
+    person("Fabien", "Duveau", , "fabien.duveau@ens-lyon.fr", role = c("ctb", "cre"),
+           comment = c(ORCID = "0000-0003-4784-0640"))
   )
-Description:  A statistical framework that allows you to conduct differential analysis of gene expression with fixed, mixed, and interaction effects. Additionally, HTRfit provides a simulation workflow enabling optimization of RNAseq design and analysis
+Description: A statistical framework that allows you to conduct
+    differential analysis of gene expression with fixed, mixed, and
+    interaction effects. Additionally, HTRfit provides a simulation
+    workflow enabling optimization of RNAseq design and analysis.
 License: MIT + file LICENSE
-URL: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit
-BugReports: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/issues
+URL: 
+    https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit
+BugReports: 
+    https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/issues
 Imports: 
     car,
     data.table,
@@ -28,6 +36,7 @@ Imports:
     utils
 Suggests: 
     DESeq2,
+    devtools,
     knitr,
     rmarkdown,
     testthat
-- 
GitLab