-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.2 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
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.8.0
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")),
person("Matt", "Johnson", role = c("ctb")),
person("Eli", "Pousson", role = "ctb", comment = c(ORCID = "0000-0001-8280-1706"))
)
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),
leafpm,
leafpop,
mapview,
methods,
miniUI,
raster,
rstudioapi,
scales,
sf (>= 0.5-2),
shiny,
tmaptools,
shinyWidgets (>= 0.4.3),
magrittr
Suggests:
crayon,
sp
Enhances:
geojsonio
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3