-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.82 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: silicate
Title: Common Forms for Complex Hierarchical and Relational Data Structures
Version: 0.7.1.9001
Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com"),
person("John", "Corbett", role = "ctb", comment = "the original inspiration"),
person("Simon", "Wotherspoon", role = "ctb"),
person("Kent", "Johnson", role = "dtc"),
person("Mark", "Padgham", role = "aut")
)
Description: Generate common data forms for complex data suitable for conversions and
transmission by decomposition as paths or primitives. Paths are sequentially-linked records,
primitives are basic atomic elements and both can model many forms and be grouped into hierarchical
structures. The universal models 'SC0' (structural) and 'SC' (labelled, relational) are composed of
edges and can represent any hierarchical form. Specialist models 'PATH', 'ARC' and 'TRI' provide the
most common intermediate forms used for converting from one form to another. The methods are
inspired by the simplicial complex <https://en.wikipedia.org/wiki/Simplicial_complex> and
provide intermediate forms that relate spatial data structures to this mathematical construct.
Depends:
R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
covr,
knitr,
rmarkdown,
sp,
testthat (>= 2.1.0),
trip,
vdiffr
Imports:
dplyr,
gibble (>= 0.4.0),
methods,
purrr,
rlang,
decido,
tibble,
unjoin (>= 0.1.0),
grDevices,
graphics,
stats,
magrittr,
gridBase,
crsmeta (>= 0.3.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
URL: https://github.com/hypertidy/silicate, https://hypertidy.github.io/silicate/
BugReports: https://github.com/hypertidy/silicate/issues
RoxygenNote: 7.2.3