Package: RCDT
Type: Package
Title: Fast 2D Constrained Delaunay Triangulation
Version: 1.0.0
Authors@R: c(
  person("Stéphane", "Laurent", role=c("aut","cre"), email="laurent_step@outlook.fr"),
  person("Artem", "Amirkhanov", role="cph", comment="CDT library"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Performs 2D Delaunay triangulation, constrained or unconstrained, with the help of the C++ library 'CDT'. A function to plot the triangulation is provided. The constrained Delaunay triangulation has applications in geographic information systems.
Encoding: UTF-8
License: GPL-3
Imports: Rcpp (>= 1.0.8), randomcoloR, graphics, gplots
Suggests: rmarkdown, knitr, uniformly
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
URL: https://github.com/stla/RCDT
BugReports: https://github.com/stla/RCDT/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-03-06 12:47:33 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  Artem Amirkhanov [cph] (CDT library)
Repository: CRAN
Date/Publication: 2022-03-09 08:20:09 UTC
