Type: Package
Package: rmapshaper
Title: Client for 'mapshaper' for 'Geospatial' Operations
Version: 0.6.1.9000
Authors@R:
c(person(given = "Andy",
family = "Teucher",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7840-692X"),
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 to perform
topologically-aware polygon simplification, as well as other
operations such as clipping, erasing, dissolving, and
converting 'multi-part' to 'single-part' geometries.
License: MIT + file LICENSE
URL: https://github.com/ateucher/rmapshaper,
http://andyteucher.ca/rmapshaper/
BugReports: https://github.com/ateucher/rmapshaper/issues
Depends: R (>= 4.1.0)
Imports: methods, geojsonsf (>= 2.0.5), jsonify (>= 1.2.3), readr (>=
2.1.0), sf (>= 1.0.0), sp (>= 1.4-0), V8 (>= 6.0.0)
Suggests: knitr, magrittr, rmarkdown, testthat (>= 3.0.0), jsonlite,
covr, units, withr
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
libssl-dev libproj-dev libsqlite3-dev libudunits2-dev
libnode-dev libx11-dev
Repository: https://ateucher.r-universe.dev
Date/Publication: 2026-05-10 02:13:10 UTC
RemoteUrl: https://github.com/ateucher/rmapshaper
RemoteRef: HEAD
RemoteSha: c16ee0bf22b7795bd20be88256f54543ae76b644
NeedsCompilation: no
Packaged: 2026-06-09 10:19:15 UTC; root
Author: Andy Teucher [aut, cre] (ORCID:
),
Kenton Russell [aut] (JavaScript support),
Matthew Bloch [cph] (mapshaper Javascript library)
Maintainer: Andy Teucher