Package: geometries Type: Package Title: Convert Between R Objects and Geometric Structures Date: 2025-11-23 Version: 0.2.5 Authors@R: c( person("David", "Cooley", ,"david.cooley.au@gmail.com", role = c("aut", "cre")) ) Description: Geometry shapes in 'R' are typically represented by matrices (points, lines), with more complex shapes being lists of matrices (polygons). 'Geometries' will convert various 'R' objects into these shapes. Conversion functions are available at both the 'R' level, and through 'Rcpp'. License: MIT + file LICENSE URL: https://dcooley.github.io/geometries/ BugReports: https://github.com/dcooley/geometries/issues Encoding: UTF-8 RoxygenNote: 7.2.3 LinkingTo: Rcpp Imports: Rcpp (>= 1.1.0) Roxygen: list(markdown = TRUE) Suggests: covr, knitr, rmarkdown, tinytest VignetteBuilder: knitr Repository: https://dcooley.r-universe.dev Date/Publication: 2025-11-23 16:09:19 UTC RemoteUrl: https://github.com/dcooley/geometries RemoteRef: HEAD RemoteSha: e3f5a9b06f603f4db6e960fac12d791e9b1386c7 NeedsCompilation: yes Packaged: 2026-06-24 12:31:39 UTC; root Author: David Cooley [aut, cre] Maintainer: David Cooley