CRAN

apsimr 1.2

Edit, Run and Evaluate APSIM Simulations Easily Using R

Released Oct 12, 2015 by Bryan Stanfill

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

ggplot2 2.2.1 MASS 7.3-50 lubridate 1.7.4 mgcv 1.8-23 XML 3.98-1.11 reshape2 1.4.3

The Agricultural Production Systems sIMulator (APSIM) is a widely used simulator of agricultural systems. This package includes functions to create, edit and run APSIM simulations from R. It also includes functions to visualize the results of an APSIM simulation and perform sensitivity/uncertainty analysis of APSIM either via functions in the sensitivity package or by novel emulator-based functions. For more on APSIM including download instructions go to \url{www.apsim.info}.

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>apsimr</artifactId>
    <version>1.2-b33</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:apsimr')

Source

R

View GitHub Mirror

Release History