CRAN

MBCbook 0.1

Companion Package for the Book "Model-Based Clustering and Classification for Data Science" by Bouveyron et al. (2019, ISBN:9781108644181).

Released Apr 9, 2019 by Charles Bouveyron

This package can be loaded by Renjin but 5 out 21 tests failed.

Dependencies

MASS 7.3-51.4 mvtnorm 1.0-10 mclust 5.4.3 Rmixmod 2.1.2.2

The companion package provides all original data sets and functions that are used in the book "Model-Based Clustering and Classification for Data Science" by Charles Bouveyron, Gilles Celeux, T. Brendan Murphy and Adrian E. Raftery (2019, ISBN:9781108644181).

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>MBCbook</artifactId>
    <version>0.1-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:MBCbook')

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.

Source

R

View GitHub Mirror

Release History