Type: Package
Package: rmapshaper
Title: Client for 'mapshaper' for 'Geospatial' Operations
Version: 0.4.6
Authors@R: 
    c(person(given = "Andy",
             family = "Teucher",
             role = c("aut", "cre"),
             email = "andy.teucher@gmail.com"),
      person(given = "Kenton",
             family = "Russell",
             role = "aut",
             email = "kent.russell@timelyportfolio.com",
             comment = "JavaScript support"),
      person(given = "Matthew",
             family = "Bloch",
             role = "cph",
             comment = "mapshaper Javascript library"))
Description: Edit and simplify 'geojson', 'Spatial', and 'sf'
    objects.  This is wrapper around the 'mapshaper' 'JavaScript' library
    by Matthew Bloch <https://github.com/mbloch/mapshaper/> to perform
    topologically-aware polygon simplification, as well as other
    operations such as clipping, erasing, dissolving, and converting
    'multi-part' to 'single-part' geometries.  It relies on the
    'geojsonio' package for working with 'geojson' objects, the 'sf'
    package for working with 'sf' objects, and the 'sp' and 'rgdal'
    packages for working with 'Spatial' objects.
License: MIT + file LICENSE
URL: https://github.com/ateucher/rmapshaper
BugReports: https://github.com/ateucher/rmapshaper/issues
Imports: geojsonio (>= 0.9.4), geojsonlint (>= 0.4.0), jsonlite (>=
        1.7.0), methods, readr (>= 1.4.0), sf (>= 0.9-0), sp (>=
        1.4-0), V8 (>= 3.4.2)
Suggests: knitr, magrittr, rgdal, rgeos, rmarkdown, testthat (>=
        2.1.0), covr, units
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-10 22:34:35 UTC; ateucher
Author: Andy Teucher [aut, cre],
  Kenton Russell [aut] (JavaScript support),
  Matthew Bloch [cph] (mapshaper Javascript library)
Maintainer: Andy Teucher <andy.teucher@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-10 23:00:02 UTC
Built: R 4.1.3; ; 2023-04-11 08:53:29 UTC; windows
