CRAN

mmand 1.5.4

Mathematical Morphology in Any Number of Dimensions

Released Mar 17, 2019 by Jon Clayden

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 8 out 24 tests failed.

Dependencies

Rcpp

Provides tools for performing mathematical morphology operations, such as erosion and dilation, on data of arbitrary dimensionality. Can also be used for finding connected components, resampling, filtering, smoothing and other image processing-style operations.

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>mmand</artifactId>
    <version>1.5.4-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:mmand')

Test Results

This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.