-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathDESCRIPTION
62 lines (62 loc) · 3.67 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
52
53
54
55
56
57
58
59
60
61
62
Package: leaflet.extras
Type: Package
Title: Extra Functionality for 'leaflet' Package
Version: 2.0.1.9000
Authors@R: c(
person("Sebastian", "Gatscha", email = "[email protected]", role = c("aut", "cre")),
person("Bhaskar", "Karambelkar", email = "[email protected]", role = c("aut")),
person("Barret", "Schloerke", email = "[email protected]", role = c("aut")),
person("Bangyou", "Zheng", email= "[email protected]", role = c("ctb"),
comment = "Leaflet-search and Leaflet-GPS plugin integration"),
person("Robin", "Cura", email= "[email protected]", role = c("ctb"),
comment = "Fixes for Draw Options"),
person("Markus", "Voge", email= "[email protected]", role = c("ctb"),
comment = "Enhancements for Draw Options"),
person("Markus", "Dumke", role = c("ctb"), comment = "Bounce Marker addition"),
person(family = "Mapbox", role = c("ctb", "cph"), comment = "leaflet-omnivore, csv2geojson, and togeojson libraries"),
person("Henry", "Thasler", role = c("ctb", "cph"), comment = "Leaflet.Geodesic library"),
person("Dennis", "Wilhelm", role = c("ctb", "cph"), comment = "Leaflet.StyleEditor library"),
person("Kirollos", "Risk", role = c("ctb", "cph"), comment = "fuse.js library"),
person("Tim", "Wisniewski", role = c("ctb", "cph"), comment = "leaflet-choropleth library"),
person(family = "Leaflet", role = c("ctb", "cph"), comment = "leaflet-draw library"),
person("Alexander", "Milevski", role = c("ctb", "cph"), comment = "leaflet-draw-drag library"),
person("John", "Firebaugh", role = c("ctb", "cph"), comment = "leaflet-fullscreen library"),
person("Stefano", "Cudini", role = c("ctb", "cph"), comment = "leaflet-gps library"),
person("Johannes", "Rudolph", role = c("ctb", "cph"), comment = "leaflet-hash library"),
person("Per", "Liedman", role = c("ctb", "cph"), comment = "leaflet-measure-path library"),
person("Pavel", "Shramov", role = c("ctb", "cph"), comment = "leaflet-plugins library"),
person("Filip", "Zavadil", role = c("ctb", "cph"), comment = "leaflet-pulse-icon library"),
person("Stefano", "Cudini", role = c("ctb", "cph"), comment = "leaflet-search library"),
person(family = "CliffCloud", role = c("ctb", "cph"), comment = "leaflet-sleep library"),
person(family = "Ursudio", role = c("ctb", "cph"), comment = "leaflet-webgl-heatmap library"),
person("Maxime", "Hadjinlian", role = c("ctb", "cph"), comment = "leaflet.BounceMarker library"),
person("Vladimir", "Agafonkin", role = c("ctb", "cph"), comment = "leaflet.heat library"),
person("Iván Sánchez", "Ortega", role = c("ctb", "cph"), comment = "leaflet.tilelayer.pouchdbcached library"),
person("Dale", "Harvey", role = c("ctb", "cph"), comment = "pouchdb-browser library"),
person("Mike", "Bostock", role = c("ctb", "cph"), comment = "topojson library")
)
Description: The '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 add-on to the 'leaflet' package by providing extra functionality via 'leaflet'
plugins.
License: GPL-3 | file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.1.0),
leaflet (>= 2.0.0)
Imports:
htmlwidgets,
htmltools,
stringr,
magrittr
Suggests:
jsonlite,
readr,
sf,
xfun,
testthat (>= 3.0.0)
URL: https://github.com/trafficonese/leaflet.extras, https://trafficonese.github.io/leaflet.extras/
BugReports: https://github.com/trafficonese/leaflet.extras/issues
RoxygenNote: 7.3.2
Config/testthat/edition: 3