Package: wkpool Title: Vertex Pool Topology for Well-Known Geometry Version: 0.3.0 Authors@R: person("Michael", "Sumner", , "mdsumner@gmail.com", role = c("aut", "cre")) Description: Establishes and maintains vertex pool topology for geometry handled by 'wk'. Segments are the atomic unit, vertices are shared via integer references into a pool. Topology is made discoverable via coincident vertex detection while not requiring modification of the input data. Topological data models follow principles described in Worboys and Duckham (2004, ISBN:978-0415283755). The edge-based topology geometry decomposed into vertices and directed edge pairs is a simplification of the quad-edge case in Guibas & Stolfi (1985) . License: MIT + file LICENSE URL: https://github.com/hypertidy/wkpool BugReports: https://github.com/hypertidy/wkpool/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: vctrs, wk (>= 0.9.4) Suggests: knitr, rmarkdown, RTriangle, spelling, testthat (>= 3.0.0), traipse VignetteBuilder: knitr Config/testthat/edition: 3 Language: en-GB Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-03-05 22:10:10 UTC RemoteUrl: https://github.com/hypertidy/wkpool RemoteRef: HEAD RemoteSha: 6545b1264197692c6f264ade76cd1fe9eed3581e NeedsCompilation: no Packaged: 2026-06-03 08:35:26 UTC; root Author: Michael Sumner [aut, cre] Maintainer: Michael Sumner