forked from yangyao12/map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.11 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
Package: leaflet.extras
Type: Package
Title: Extra Functionality for Leaflet Package
Version: 0.1.9009
Authors@R: c(
person("Bhaskar", "Karambelkar", email = "[email protected]", role = c("aut", "cre")),
person("Bangyou", "Zheng", email= "[email protected]", role = c("ctb"),
comment = "Leaflet-search and Leaflet-GPS plugin integration")
)
Description: Leaflet Javascript library provides many plugins some of which
are available in the core leaflet package, but there are many more. It is not
possible to support them all in the core leaflet package. This package serves
as an addon to the leaflet pacakge by providing extra functionality via leaflet
plugins.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.0),
leaflet (>= 1.0.2.9008),
Imports:
shiny,
htmlwidgets,
htmltools,
magrittr
Suggests: V8,
dplyr,
geojsonio,
purrr,
readr,
stringr,
rmapshaper,
htmlTable,
memoise
URL: https://github.com/bhaskarvk/leaflet.extras
BugReports: https://github.com/bhaskarvk/leaflet.extras/issues
RoxygenNote: 6.0.0