From 68f1180626ad9d29140927f0494a093b81f08ec5 Mon Sep 17 00:00:00 2001
From: David Dorchies <david.dorchies@inrae.fr>
Date: Thu, 19 Oct 2023 15:42:18 +0000
Subject: [PATCH] dependencies: do not remove Rmalschains

Refs #175
---
 DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 3253033..05d6645 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -28,7 +28,7 @@ Imports:
   utils
 Suggests:
   knitr, markdown, rmarkdown,
-  caRamel, coda, DEoptim, FME, ggmcmc,
+  caRamel, coda, DEoptim, FME, ggmcmc, Rmalschains,
   GGally, ggplot2,
   testthat
 Description: Hydrological modelling tools developed at INRAE-Antony (HYCAR Research Unit, France). The package includes several conceptual rainfall-runoff models (GR4H, GR5H, GR4J, GR5J, GR6J, GR2M, GR1A) that can be applied either on a lumped or semi-distributed way. A snow accumulation and melt model (CemaNeige) and the associated functions for the calibration and evaluation of models are also included. Use help(airGR) for package description and references.
-- 
GitLab