Copyright: 1993, 1995, 1997, 1998, 2002, 2005 Jonathan Richard Shewchuk; 2011-2025 David Sterratt Package: RTriangle Authors@R: c(person("Jonathan Richard", "Shewchuk" , role=c("ctb", "cph")), person("David C.", "Sterratt", role=c("cph","aut","cre"), email="david.c.sterratt@ed.ac.uk"), person("Elias", "Pipping", role=c("ctb")), person("Michael", "Sumner", role=c("ctb"))) License: CC BY-NC-SA 4.0 Title: Triangle - A 2D Quality Mesh Generator and Delaunay Triangulator Description: This is a port of Jonathan Shewchuk's Triangle library to R. From his description: "Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis." Version: 1.6-0.15 URL: https://github.com/davidcsterratt/RTriangle, http://www.cs.cmu.edu/~quake/triangle.html Date: 2025-04-13 Depends: R (>= 3.5.0) RoxygenNote: 7.2.3 Suggests: testthat, geometry BugReports: https://github.com/davidcsterratt/RTriangle/issues Encoding: UTF-8 Language: en-GB Repository: https://davidcsterratt.r-universe.dev Date/Publication: 2025-04-14 07:53:47 UTC RemoteUrl: https://github.com/davidcsterratt/rtriangle RemoteRef: HEAD RemoteSha: bdc01bbf23ff4570d5b7e5dc25906bcf6f2c09aa RemoteSubdir: pkg NeedsCompilation: yes Packaged: 2026-06-24 10:08:07 UTC; root Author: Jonathan Richard Shewchuk [ctb, cph], David C. Sterratt [cph, aut, cre], Elias Pipping [ctb], Michael Sumner [ctb] Maintainer: David C. Sterratt