forked from r-spatial/mapedit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1009 Bytes
/
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
Package: mapedit
Title: Interactive Editing of Spatial Data in R
Description: Suite of interactive functions and helpers for selecting and editing
geospatial data.
Version: 0.6.1
Date: 2020-04-07
Authors@R: c(
person("Tim", "Appelhans", role = c("aut", "cre"), email = "[email protected]"),
person("Kenton", "Russell", role = c("aut")),
person("Lorenzo", "Busetto", role = c("aut")),
person("Josh", "O'Brien", role = c("ctb")),
person("Jakob", "Gutschlhofer", role = c("ctb"))
)
URL: https://github.com/r-spatial/mapedit
BugReports: https://github.com/r-spatial/mapedit/issues
License: MIT + file LICENSE
Depends:
R (>= 3.1.0)
Imports:
dplyr,
htmltools (>= 0.3),
htmlwidgets,
jsonlite,
leafem,
leaflet (>= 2.0.1),
leaflet.extras (>= 1.0),
leafpm,
mapview,
methods,
miniUI,
raster,
scales,
sf (>= 0.5-2),
shiny,
sp
Suggests:
crayon
Enhances:
geojsonio
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2