CRAN

diffEq 1.0-1

Functions from the book Solving Differential Equations in R

Released Dec 29, 2014 by Karline Soetaert

This package can be loaded by Renjin but 1 out 3 tests failed.

Dependencies

shape 1.4.4 deTestSet 1.1.5 bvpSolve 1.3.3 deSolve 1.21 ReacTran 1.4.3.1 rootSolve 1.7

Functions and examples from the book Solving Differential Equations in R by Karline Soetaert, Jeff R Cash and Francesca Mazzia. Springer, 2012.

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>diffEq</artifactId>
    <version>1.0-1-b240</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:diffEq')

Test Results

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

Source

R

View GitHub Mirror

Release History