CRAN

generics 0.0.2

Common S3 Generics not Provided by Base R Methods Related to Model Fitting

Released Nov 29, 2018 by Max Kuhn

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

In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.

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>generics</artifactId>
    <version>0.0.2-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:generics')

Test Results

This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.

Source

R

View GitHub Mirror

Release History