-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.46 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: decido
Version: 0.3.0.9001
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
Roxygen: list(markdown = TRUE)
URL: https://hypertidy.github.io/decido
BugReports: https://github.com/hypertidy/decido/issues
Language: en-US