CRAN

airGR 1.3.2.23

Suite of GR Hydrological Models for Precipitation-Runoff Modelling

Released Jun 21, 2019 by Olivier Delaigue

This package can be loaded by Renjin but 17 out 27 tests failed. An older version of this package is more compatible with Renjin.

Hydrological modelling tools developed at Irstea-Antony (HYCAR 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 and references.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>airGR</artifactId>
    <version>1.3.2.23-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:airGR')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.