-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1023 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
Package: polymer
Title: Flexible and Intuitive Overlay Methods
Version: 0.2.0.9001
Authors@R: c(
person("Michael", "Sumner", email = "[email protected]", role = c("aut", "cre")),
person("Gabriel", "Becker", role = "ctb", comment = "Provided the package name."))
Description: General intersections via a triangle pool from disparate polygon inputs. Overlap is
determined via finite-element decomposition of all component edges in all inputs into triangles.
Then triangles instances are classified (by point-in-polygon lookup) by objects within layers.
License: GPL-3
URL: https://github.com/hypertidy/polymer, https://hypertidy.github.io/polymer/
BugReports: https://github.com/hypertidy/polymer/issues
Depends:
R (>= 3.4.0)
Imports:
dplyr,
gibble,
magrittr,
rlang,
RTriangle,
sf,
silicate (>= 0.2.0),
tidyr,
purrr,
polyclip,
tibble
Suggests:
covr,
testthat
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3