Package: voronoifortune Version: 1.0 Date: 2025-01-07 Title: Voronoi Tessellation by Fortune Algorithm Authors@R: c(person("Emmanuel", "Paradis", role = c("aut", "cre", "cph"), email = "Emmanuel.Paradis@ird.fr", comment = c(ORCID = "0000-0003-3092-2199")), person("Steven", "Fortune", role = c("aut", "ctb")), person("Plan 9 Foundation", role = "cph")) Description: Fortune's (1987, ) algorithm is a very efficient method to perform Voronoi tessellation and Delaunay triangulation. This package is a port of the original code published in the early 1990's by Steven Fortune. License: GPL-3 URL: https://github.com/emmanuelparadis/voronoifortune BugReports: https://github.com/emmanuelparadis/voronoifortune/issues Repository: https://emmanuelparadis.r-universe.dev Date/Publication: 2025-05-13 12:31:02 UTC RemoteUrl: https://github.com/emmanuelparadis/voronoifortune RemoteRef: HEAD RemoteSha: 7dbf8aeed13b4a99c0458849f70643aefea2e6f0 NeedsCompilation: yes Packaged: 2026-06-08 10:19:32 UTC; root Author: Emmanuel Paradis [aut, cre, cph] (ORCID: ), Steven Fortune [aut, ctb], Plan 9 Foundation [cph] Maintainer: Emmanuel Paradis