# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "geometry" in publications use:' type: software license: GPL-3.0-or-later title: 'geometry: Mesh Generation and Surface Tessellation' version: 0.4.7 abstract: Makes the 'Qhull' library available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2D, 3D, 4D, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. authors: - family-names: Habel given-names: Kai - family-names: Grasman given-names: Raoul - family-names: Gramacy given-names: Robert B. - family-names: Mozharovskyi given-names: Pavlo - family-names: Sterratt given-names: David C. email: david.c.sterratt@ed.ac.uk orcid: https://orcid.org/0000-0001-9092-9099 repository: https://CRAN.R-project.org/package=geometry repository-code: https://github.com/davidcsterratt/geometry url: https://davidcsterratt.github.io/geometry/ date-released: '2023-02-03' contact: - family-names: Sterratt given-names: David C. email: david.c.sterratt@ed.ac.uk orcid: https://orcid.org/0000-0001-9092-9099