Package: geometries
Type: Package
Title: Convert Between R Objects and Geometric Structures
Date: 2020-11-26
Version: 0.2.0
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
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11
LinkingTo: Rcpp
Imports: Rcpp
Suggests: covr, knitr, rmarkdown, tinytest
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-11-26 09:38:29 UTC; dave
Author: David Cooley [aut, cre]
Maintainer: David Cooley <david.cooley.au@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-26 10:30:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-11-27 11:23:47 UTC; unix
Archs: geometries.so.dSYM
