CRAN

wsyn 1.0.1

Wavelet Approaches to Studies of Synchrony in Ecology and Other Fields

Released Mar 18, 2019 by Daniel C. Reuman

This package can be loaded by Renjin but 13 out 35 tests failed.

Dependencies

fields 9.6 MASS 7.3-51.1

Tools for a wavelet-based approach to analyzing spatial synchrony, principally in ecological data. Some tools will be useful for studying community synchrony. See, for instance, Sheppard et al (2016) , Sheppard et al (2017) , Sheppard et al (2019) .

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>wsyn</artifactId>
    <version>1.0.1-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:wsyn')

Test Results

This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.

Source

R

View GitHub Mirror

Release History