CRAN
Dasst 0.3.3
Tools for Reading, Processing and Writing 'DSSAT' Files
Released Nov 13, 2017 by Homero Lozza
Provides methods for reading, displaying, processing and writing files originally arranged for the 'DSSAT-CSM' fixed width format. The 'DSSAT-CSM' cropping system model is described at J.W. Jones, G. Hoogenboomb, C.H. Porter, K.J. Boote, W.D. Batchelor, L.A. Hunt, P.W. Wilkens, U. Singh, A.J. Gijsman, J.T. Ritchie (2003)
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>Dasst</artifactId> <version>0.3.3-b8</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:Dasst')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.
- Dasst-addDate-examples
- Dasst-compute-examples
- Dasst-examples
- Dasst-getAncillary-examples
- Dasst-getsubsetting-examples
- Dasst-getter-examples
- Dasst-searchAncillary-examples
- Dasst-setsubsetting-examples
- Dasst-setter-examples
- Dasst-show-examples
- Dasst-summary-examples
- as-examples
- buildContents-examples
- gatherTables-examples
- length-set.Dasst-examples
- length.Dasst-examples
- plantGrowth-examples
- print.Ancillary-examples
- print.Dasst-examples
- print.summary.Dasst-examples
- read.dssat-examples
- stackTables-examples
- write.dssat-examples