Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
29 lines (29 sloc) 890 Bytes
Package: geometries
Type: Package
Title: Convert Between R Objects and Geometric Structures
Date: 2020-10-08
Version: 0.1.0001
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.0
SystemRequirements: C++11
LinkingTo:
Rcpp
Imports:
Rcpp
Roxygen: list(markdown = TRUE)
Suggests:
covr,
knitr,
rmarkdown,
tinytest
VignetteBuilder: knitr
You can’t perform that action at this time.