Package: decido
Version: 0.3.0
Title: Bindings for 'Mapbox' Ear Cutting Triangulation Library
Description: 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' <https://github.com/mapbox/earcut.hpp.git> which includes
 a reference to the method used by Held, M. (2001) <doi:10.1007/s00453-001-0028-4>. 
Authors@R: c(
        person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre")), 
        person("Andrew", "Smith", role = "ctb", comment = "provided C++ guidance"), 
        person("Mapbox", role = "cph", comment = "author of header library earcut.hpp"), 
        person("Mark", "Padgham", role = "ctb", comment = "help with CRAN issues"), 
        person("David", "Cooley", role = "ctb", comment = "added header capability for linking from other packages"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
LinkingTo: Rcpp
Depends: R (>= 3.2.5)
Imports: Rcpp
RoxygenNote: 7.1.0
Suggests: covr, testthat, knitr, oz, rmarkdown, spelling
SystemRequirements: C++11
VignetteBuilder: knitr
URL: https://hypertidy.github.io/decido
BugReports: https://github.com/hypertidy/decido/issues
Language: en-US
NeedsCompilation: yes
Packaged: 2020-05-19 12:28:37 UTC; mdsumner
Author: Michael Sumner [aut, cre],
  Andrew Smith [ctb] (provided C++ guidance),
  Mapbox [cph] (author of header library earcut.hpp),
  Mark Padgham [ctb] (help with CRAN issues),
  David Cooley [ctb] (added header capability for linking from other
    packages)
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-19 13:50:06 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-04-01 11:57:59 UTC; unix
Archs: decido.so.dSYM
