Type: Package
Package: tessellation
Title: Delaunay and Voronoï Tessellations
Version: 2.1.2
Authors@R: c(
    person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
    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
URL: https://github.com/stla/tessellation,
        https://stla.github.io/tessellation/
BugReports: https://github.com/stla/tessellation/issues
Imports: cxhull, english, graphics, hash, interp, R6, randomcoloR, rgl,
        Rvcg, scales, sets, utils
Suggests: knitr, paletteer, rmarkdown, uniformly, viridisLite
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2023-03-08 08:06:31 UTC; stla
Author: Stéphane Laurent [aut, cre],
  C. B. Barber [cph] (author of the Qhull library),
  The Geometry Center [cph]
Repository: CRAN
Date/Publication: 2023-03-08 09:00:03 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 19:40:18 UTC; windows
Archs: i386, x64
