Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| 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 |