CRAN

decido 0.2.0

Bindings for 'Mapbox' Ear Cutting Triangulation Library

Released Aug 21, 2018 by Michael Sumner

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

Dependencies

Rcpp

Provides constrained triangulation of polygons. Ear cutting (or ear clipping) applies constrained triangulation by successively 'cutting' triangles from a polygon defined by path/s. Holes are supported by introducing a bridge segment between polygon paths. This package wraps the 'header-only' library 'earcut.hpp' which includes a reference to the method used by Held, M. (2001) .

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>decido</artifactId>
    <version>0.2.0-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:decido')

Test Results

This package was last tested against Renjin 0.9.2682 on Aug 23, 2018.

Source

R
C
C++

View GitHub Mirror

Release History