-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·39 lines (39 loc) · 973 Bytes
/
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
28
29
30
31
32
33
34
35
36
37
38
39
Package: geometr
Title: Generate and Modify Interoperable Geometric Objects
Version: 0.4.0
Authors@R: c(
person("Steffen", "Ehrmann", role = c("aut", "cre"), email = "steffen.ehrmann@posteo.de", comment = c(ORCID = "0000-0002-2958-0796"))
)
Description: Provides tools that generate and modify fully accessible and tidy
geometric shapes (of class 'geom'). This class unifies spatial (both, vector
and raster based) and geometric data into a single, simplified data
structure.
URL: https://ehrmanns.github.io/geometr/
BugReports: https://github.com/EhrmannS/geometr/issues
Depends:
R (>= 2.10)
Language: en-gb
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
grDevices,
grid,
crayon,
methods,
dplyr,
rlang,
purrr,
tibble,
deldir,
raster,
geomio
Suggests:
testthat,
rmarkdown,
bookdown,
knitr
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)