CRAN

gregmisc 2.1.5

Greg's Miscellaneous Functions

Released Jun 29, 2013 by Gregory R. Warnes

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

gdata 2.18.0 gplots 3.0.1 gmodels 2.16.2 gtools 3.5.0

Description: The former gregmisc bundle is a repository for a variety of useful functions. The gregmisc package has been split into a set of more focused packages: gdata, gmodels, gplots, gtools. The purpose of this 'new' gregmisc is to provide an easy way to access the original combined functionality. To this end, it simply depends on all of the new packages so that these will installed/loaded when this package is installed/loaded.

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>gregmisc</artifactId>
    <version>2.1.5-b240</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:gregmisc')