CRAN

modules 0.8.0

Self Contained Units of Source Code

Released Feb 10, 2019 by Sebastian Warnholz

This package can be loaded by Renjin but 10 out 12 tests failed. An older version of this package is more compatible with Renjin.

Provides modules as an organizational unit for source code. Modules enforce to be more rigorous when defining dependencies and have a local search path. They can be used as a sub unit within packages or in scripts.

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>modules</artifactId>
    <version>0.8.0-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:modules')

Test Results

This package was last tested against Renjin 0.9.2720 on Feb 12, 2019.