Package: geometr
Title: Generate and Modify Interoperable Geometric Shapes
Version: 0.2.4
Authors@R: c(
    person("Steffen", "Ehrmann", role = c("aut", "cre"), email = "steffen@funroll-loops.de", comment = c(ORCID = "0000-0002-2958-0796")),
    person("Dan", "Sunday", role = c("cph"), comment = "fast point-in-polygon algorithm.")
    )
Description: Provides tools that generate and process fully accessible and tidy
    geometric shapes. The package improves interoperability of spatial and 
    other geometric classes by providing getters and setters that produce 
    identical output from various classes.
URL: https://github.com/EhrmannS/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, sf, sp, spatstat, raster, crayon, deldir, dplyr,
        grDevices, grid, methods, rgdal, rlang, tibble, readr
Suggests: testthat, rmarkdown, bookdown, magrittr, covr, knitr
LinkingTo: Rcpp
RoxygenNote: 7.1.0
SystemRequirements: C++11
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-03-17 16:50:25 UTC; steffen
Author: Steffen Ehrmann [aut, cre] (<https://orcid.org/0000-0002-2958-0796>),
  Dan Sunday [cph] (fast point-in-polygon algorithm.)
Maintainer: Steffen Ehrmann <steffen@funroll-loops.de>
Repository: CRAN
Date/Publication: 2020-03-30 10:20:02 UTC
