Package: rvoronoi Type: Package Title: Fast Voronoi Tessellation and Delaunay Triangulation using Fortune's Algorithm Version: 0.1.0.9005 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Steven", "Fortune", role = c("aut"), comment = "Author of included code for sweep algorithm"), person("AT&T Bell Laboratories", role = c("cph"), comment = "Copyright holder of included code for Fortune's sweep algorithm") ) Maintainer: Mike Cheng Description: Fast voronoi tessellation and delaunay triangulation with Fortune's algorithm. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.2.0) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Copyright: The included voronoi C code was written by Steven Fortune and is Copyright (c) 1994 by AT&T Bell Laboratories. Config/roxygen2/version: 8.0.0 Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2026-06-12 10:45:19 UTC RemoteUrl: https://github.com/coolbutuseless/rvoronoi RemoteRef: HEAD RemoteSha: 6965bc26ba953328c36ecfeefa69e8f38f1a85d2 NeedsCompilation: yes Packaged: 2026-06-12 11:49:38 UTC; root Author: Mike Cheng [aut, cre, cph], Steven Fortune [aut] (Author of included code for sweep algorithm), AT&T Bell Laboratories [cph] (Copyright holder of included code for Fortune's sweep algorithm)