forked from cran/geometries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: geometries
Type: Package
Title: Convert Between R Objects and Geometric Structures
Date: 2023-02-27
Version: 0.2.2
Authors@R: c(
person("David", "Cooley", ,"[email protected]", 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
SystemRequirements: C++17
LinkingTo: Rcpp
Imports: Rcpp (>= 1.0.10)
Suggests: covr, knitr, rmarkdown, tinytest
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-02-27 14:47:10 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <[email protected]>
Repository: CRAN
Date/Publication: 2023-02-28 08:22:29 UTC