CRAN

ReacTran 1.4.3.1

Reactive Transport Modelling in 1d, 2d and 3d

Released Aug 15, 2017 by Karline Soetaert

This package can be loaded by Renjin but 11 out 15 tests failed.

Dependencies

shape 1.4.4 deSolve 1.21 rootSolve 1.7

Routines for developing models that describe reaction and advective-diffusive transport in one, two or three dimensions. Includes transport routines in porous media, in estuaries, and in bodies with variable shape.

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>ReacTran</artifactId>
    <version>1.4.3.1-b20</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:ReacTran')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R
C
Fortran

View GitHub Mirror

Release History