From 982f51adc4180617baeb189b3f0eb9104be1ae61 Mon Sep 17 00:00:00 2001
From: Olivier Delaigue <olivier.delaigue@irstea.fr>
Date: Thu, 14 Apr 2016 16:12:05 +0200
Subject: [PATCH] =?UTF-8?q?Version=200.9.0.5=20et=20mise=20=C3=A0=20jour?=
 =?UTF-8?q?=20de=20la=20liste=20des=20auteurs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 DESCRIPTION | 36 +++++++++++++++++++++++++++---------
 1 file changed, 27 insertions(+), 9 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index a39d4729..11757c9c 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,18 +1,36 @@
 Package: airGR
 Type: Package
 Title: Suite of GR hydrological models for precipitation-runoff modelling
-Version: 0.8.1.2
-Date: 2015-21-08
-Author: Laurent Coron, Charles Perrin, with contributions from the Irstea-Antony HBAN Research Unit. Based on earlier work by Claude Michel.
+Version: 0.9.0.5
+Date: 2016-04-14
+Authors@R: c(
+  person("Laurent", "Coron", role = c("aut", "cre", "trl")),
+  person("Charles", "Perrin", role = c("aut", "ths")),
+  person("Claude", "Michel", role = c("aut", "ths")),
+  person("Vazken", "Andréassian", role = c("ctb", "ths")),
+  person("Pierre", "Brigode", role = c("ctb")),
+  person("Olivier", "Delaigue", role = c("ctb")),
+  person("Nicolas", "Le Moine", role = c("ctb")),
+  person("Thibaut", "Mathevet", role = c("ctb")),
+  person("Safouane", "Mouelhi", role = c("ctb")),
+  person("Ludovic", "Oudin", role = c("ctb")),
+  person("Raji", "Pushpalatha", role = c("ctb")),
+  person("Guillaume", "Thirel", role = c("ctb")),
+  person("Audrey", "Valéry", role = c("ctb"))
+  )
+Author: Laurent Coron, Charles Perrin, with contributions
+ from Vazken Andréassian, Pierre Brigode, Olivier Delaigue,
+ Nicolas Le Moine, Thibaut Mathevet, Safouane Mouelhi,
+ Ludovic Oudin, Raji Pushpalatha, Guillaume Thirel, Audrey Valéry.
+ Based on earlier work by Claude Michel.
 Maintainer: Laurent Coron, Olivier Delaigue <airGR@irstea.fr>
 Depends: R (>= 3.0.1)
 Description: This package brings into R the hydrological modelling tools developed
-    at Irstea-Antony (HBAN Research Unit, France). The package includes several conceptual
-    rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), a snowmelt module (Cemaneige)
-    and the associated functions for their calibration and evaluation. Use
-    help(airGR) for package description.
+  at Irstea-Antony (HBAN Research Unit, France). The package includes several conceptual
+  rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), a snowmelt module (Cemaneige)
+  and the associated functions for their calibration and evaluation. Use help(airGR) for package description.
 License: GPL-2
 URL: http://webgr.irstea.fr/modeles/?lang=en
-RoxygenNote: 5.0.1
 NeedsCompilation: yes
-Packaged: 2015-12-08 18:06:18 UTC; H61970
+Encoding: UTF-8
+
-- 
GitLab