forked from r-spatial/mapview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.55 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
Package: mapview
Type: Package
Title: Interactive Viewing of Spatial Objects in R
Version: 2.0.1
Date: 2017-05-07
Authors@R: c(
person("Tim", "Appelhans", email = "[email protected]", role = c("cre", "aut")),
person("Florian", "Detsch", email = "[email protected]", role = c("aut")),
person("Christoph", "Reudenbach", email = "[email protected]", role = c("aut")),
person("Stefan", "Woellauer", email = "[email protected]", role = c("aut")),
person("Spaska", "Forteva", email = "[email protected]", role = c("ctb")),
person("Thomas", "Nauss", email = "[email protected]", role = c("ctb")),
person("Edzer", "Pebesma", role = c("ctb")),
person("Kenton", "Russell", role = c("ctb")),
person("Michael", "Sumner", role = c("ctb")),
person("Environmental Informatics Marburg", role = c("ctb"))
)
Maintainer: Tim Appelhans <[email protected]>
Description: Methods to view spatial objects interactively.
License: GPL (>= 3) | file LICENSE
URL: https://github.com/r-spatial/mapview
BugReports: https://github.com/r-spatial/mapview/issues
LazyData: TRUE
Depends:
R (>= 2.10),
leaflet,
methods
Imports:
sp,
raster,
satellite,
scales (>= 0.2.5),
brew,
htmlwidgets,
htmltools,
png,
Rcpp (>= 0.11.3),
lattice,
gdalUtils,
data.table,
webshot,
viridisLite,
sf,
base64enc
LinkingTo: Rcpp
RoxygenNote: 6.0.1
SystemRequirements: GNU make
Suggests:
knitr,
rmarkdown,
dplyr