-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
46 lines (46 loc) · 1.06 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
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.9002
Date: 2020-04-13
Authors@R: c(
person("Tim", "Appelhans", role = c("aut", "cre"), email = "tim.appelhans@gmail.com"),
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:
assertthat,
dplyr,
DT,
htmltools (>= 0.3),
htmlwidgets,
jsonlite,
leafem,
leaflet (>= 2.0.1),
leaflet.extras (>= 1.0),
leafpm,
leafpop,
mapview,
methods,
miniUI,
raster,
scales,
sf (>= 0.5-2),
shiny,
tmaptools,
shinyWidgets (>= 0.4.3)
Suggests:
crayon
Enhances:
geojsonio
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2