CRAN

HistogramTools 0.3.2

Utility Functions for R Histograms

Released Jul 29, 2015 by Murray Stokely

This package can be loaded by Renjin but 1 out 17 tests failed.

Dependencies

ash 1.0-15 stringr 1.2.0 Hmisc 4.0-3

Provides a number of utility functions useful for manipulating large histograms. This includes methods to trim, subset, merge buckets, merge histograms, convert to CDF, and calculate information loss due to binning. It also provides a protocol buffer representations of the default R histogram class to allow histograms over large data sets to be computed and manipulated in a MapReduce environment.

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>HistogramTools</artifactId>
    <version>0.3.2-b30</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:HistogramTools')

Test Results

This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.

Source

R

View GitHub Mirror

Release History