Package: tessellation
Type: Package
Title: Delaunay and Voronoï Tessellations
Version: 2.1.0
Authors@R: c(
  person("Stéphane", "Laurent", role=c("aut","cre"), email="laurent_step@outlook.fr"),
  person("C. B.", "Barber", role="cph", comment="author of the Qhull library"),
  person("The Geometry Center", role="cph"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Delaunay and Voronoï tessellations, with emphasis on the two-dimensional and the three-dimensional cases (the package provides functions to plot the tessellations for these cases). Delaunay tessellations are computed in C with the help of the 'Qhull' library <http://www.qhull.org/>.
License: GPL-3
Encoding: UTF-8
Imports: hash, rgl, randomcoloR, utils, R6, sets, cxhull, graphics,
        scales, english, interp, Rvcg
Suggests: rmarkdown, knitr, uniformly, viridisLite, paletteer
URL: https://github.com/stla/tessellation,
        https://stla.github.io/tessellation/
BugReports: https://github.com/stla/tessellation/issues
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-04-05 13:34:45 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  C. B. Barber [cph] (author of the Qhull library),
  The Geometry Center [cph]
Repository: CRAN
Date/Publication: 2022-04-05 15:00:02 UTC
