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 and provide intermediate forms that relate spatial data structures to this mathematical construct. Depends: R (>= 4.1.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 Repository: https://hypertidy.r-universe.dev Date/Publication: 2024-01-10 20:59:38 UTC RemoteUrl: https://github.com/hypertidy/silicate RemoteRef: HEAD RemoteSha: 959394e222f938ce40ea5f1b4d86cde48c0f2f5c NeedsCompilation: no Packaged: 2026-07-03 22:47:26 UTC; root Author: Michael D. Sumner [aut, cre], John Corbett [ctb] (the original inspiration), Simon Wotherspoon [ctb], Kent Johnson [dtc], Mark Padgham [aut] Maintainer: Michael D. Sumner