Package: gibble
Title: Geometry Decomposition 
Version: 0.4.0
Authors@R: person("Michael", "Sumner", email = "mdsumner@gmail.com", 
           role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0002-2471-7511"))
Description: Build a map of path-based geometry, this is a simple description of the number
 of parts in an object and their basic structure. Translation and restructuring operations for 
 planar shapes and other hierarchical types require a data model with a record of the underlying
 relationships between elements. The gibble() function creates a geometry map, a simple record of 
 the underlying structure in path-based hierarchical types. There are methods for the planar shape 
 types in the 'sf' and 'sp' packages and for types in the 'trip' and 'silicate' packages. 
Depends: R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: 
    dplyr,
    methods,
    tibble,
    rlang
Suggests: 
    covr,
    testthat,
    knitr,
    rmarkdown
URL: https://github.com/mdsumner/gibble
BugReports: https://github.com/mdsumner/gibble/issues
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
