-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
52 lines (52 loc) · 1.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Type: Package
Package: rmapshaper
Title: Client for 'mapshaper' for 'Geospatial' Operations
Version: 0.5.0.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 <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.
License: MIT + file LICENSE
URL: https://github.com/ateucher/rmapshaper, http://andyteucher.ca/rmapshaper/
BugReports: https://github.com/ateucher/rmapshaper/issues
Imports:
methods,
geojsonsf (>= 2.0.2),
jsonify (>= 1.2.0),
readr (>= 2.1.0),
sf (>= 1.0.0),
sp (>= 1.4-0),
V8 (>= 4.0.0)
Suggests:
knitr,
magrittr,
rmarkdown,
testthat (>= 3.0.0),
jsonlite,
covr,
units,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Config/testthat/parallel: TRUE