Package: sfdct
Title: Constrained Triangulation for Simple Features
Version: 0.1.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com")
Description: Build a constrained Delaunay triangulation from simple features
    objects, applying constraints based on input line segments, and triangle
    properties including maximum area, minimum internal angle. The triangulation code
    in 'RTriangle' uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). 
    For a low-dependency alternative with low-quality path-based constrained 
    triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable
    triangulation see <https://CRAN.R-project.org/package=anglr>. 
Depends: R (>= 3.3.0)
License: CC BY-NC-SA 4.0
License_restricts_use: yes
Encoding: UTF-8
LazyData: true
Imports: dplyr, methods, RTriangle, sf, sp, tibble
RoxygenNote: 7.1.1
Suggests: testthat, covr, knitr, maps, rmarkdown, viridisLite
VignetteBuilder: knitr
URL: https://github.com/hypertidy/sfdct
BugReports: https://github.com/hypertidy/sfdct/issues
NeedsCompilation: no
Packaged: 2021-01-04 10:57:47 UTC; mdsumner
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-06 10:50:03 UTC
Built: R 4.1.3; ; 2023-04-17 17:44:08 UTC; windows
