Package: geometries
Type: Package
Title: Convert Between R Objects and Geometric Structures
Date: 2024-01-16
Version: 0.2.4
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.0.10)
Suggests: covr, knitr, rmarkdown, tinytest
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-01-15 21:13:39 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <david.cooley.au@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-15 21:50:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:00:31 UTC; windows
Archs: x64
