Commit ad30d8d1 authored by unknown's avatar unknown
Browse files

v 1.0.9.58 contributors and suggested packages updated

Showing with 4 additions and 5 deletions
+4 -5
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.57 Version: 1.0.9.58
Date: 2017-11-07 Date: 2017-11-07
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")), person("Laurent", "Coron", role = c("aut", "trl")),
...@@ -20,7 +20,7 @@ Authors@R: c( ...@@ -20,7 +20,7 @@ Authors@R: c(
person("Audrey", "Valéry", role = c("ctb")) person("Audrey", "Valéry", role = c("ctb"))
) )
Depends: R (>= 3.0.1) Depends: R (>= 3.0.1)
Suggests: coda, DEoptim, FME, ggmcmc, hydroPSO, Rmalschains Suggests: coda, DEoptim, dplyr, FME, ggmcmc, hydroPSO, Rmalschains
Description: 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 snow accumulation and melt model (CemaNeige) and the associated functions for their calibration and evaluation. Use help(airGR) for package description. Description: 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 snow accumulation and melt model (CemaNeige) and the associated functions for their calibration and evaluation. Use help(airGR) for package description.
License: GPL-2 License: GPL-2
URL: https://webgr.irstea.fr/en/airGR/ URL: https://webgr.irstea.fr/en/airGR/
......
...@@ -14,7 +14,7 @@ output: ...@@ -14,7 +14,7 @@ output:
### 1.0.9.57 Release Notes (2017-11-07) ### 1.0.9.58 Release Notes (2017-11-07)
#### New features #### New features
......
...@@ -95,7 +95,7 @@ OutputsCrit <- ErrorCrit_NSE(InputsCrit=InputsCrit,OutputsModel=OutputsModel) ...@@ -95,7 +95,7 @@ OutputsCrit <- ErrorCrit_NSE(InputsCrit=InputsCrit,OutputsModel=OutputsModel)
\author{ \author{
Laurent Coron Laurent Coron, Charles Perrin, Thibaut Mathevet
} }
......
...@@ -16,7 +16,6 @@ library(coda) ...@@ -16,7 +16,6 @@ library(coda)
library(FME) library(FME)
library(ggmcmc) library(ggmcmc)
library(dplyr) library(dplyr)
library(tidyr)
# source("airGR.R") # source("airGR.R")
``` ```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment