CRAN
Voss 0.1-4
Generic Voss algorithm (random sequential additions)
Released Jun 4, 2012 by Pavel V. Moskalev
This package can be loaded by Renjin but 2 out 4 tests failed.
Dependencies
Voss package provides functionality for generating realizations of a fractal Brownian function on uniform 1D & 2D grid with classic and generic versions of the Voss algorithm (random sequential additions)
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>Voss</artifactId> <version>0.1-4-b38</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:Voss')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.