CRAN

vegperiod 0.2.5

Determine Thermal Vegetation Periods

Released Nov 14, 2018 by Robert Nuske

This package can be loaded by Renjin but all tests failed.

Collection of common methods to determine growing season length in a simple manner. Start and end dates of the vegetation periods are calculated solely based on daily mean temperatures and the day of the year.

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>vegperiod</artifactId>
    <version>0.2.5-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:vegperiod')

Test Results

This package was last tested against Renjin 0.9.2710 on Nov 16, 2018.

Source

R

View GitHub Mirror

Release History