forked from rstudio/leaflet
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
68 lines (68 loc) · 2.73 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
63
64
65
66
67
68
Package: leaflet
Type: Package
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
Version: 1.1.0.9000
Date: 2017-02-17
Authors@R: c(
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")),
person("Bhaskar", "Karambelkar", role = c("aut")),
person("Yihui", "Xie", role = c("aut")),
person("Hadley", "Wickham", role = c("ctb")),
person("Kenton", "Russell", role = c("ctb")),
person("Kent", "Johnson", role=c("ctb")),
person("jQuery Foundation and contributors", role = c("ctb", "cph"), comment = "jQuery library"),
person("Vladimir", "Agafonkin", role = c("ctb", "cph"), comment = "Leaflet library"),
person("CloudMade", role = c("cph"), comment = "Leaflet library"),
person("Leaflet contributors", role = c("ctb"), comment = "Leaflet library"),
person("Leaflet Providers contributors", role = c("ctb", "cph"), comment = "Leaflet Providers plugin"),
person("Brandon Copeland", role = c("ctb", "cph"), comment = "leaflet-measure plugin"),
person("Jacob Toye", role = c("ctb", "cph"), comment = "Leaflet.label plugin"),
person("Joerg Dietrich", role = c("ctb", "cph"), comment = "Leaflet.Terminator plugin"),
person("Benjamin Becquet", role = c("ctb", "cph"), comment = "Leaflet.MagnifyingGlass plugin"),
person("Norkart AS", role = c("ctb", "cph"), comment = "Leaflet.MiniMap plugin"),
person("L. Voogdt", role = c("ctb", "cph"), comment = "Leaflet.awesome-markers plugin"),
person("Daniel Montague", role = c("ctb", "cph"), comment = "Leaflet.EasyButton plugin"),
person("Kartena AB", role = c("ctb", "cph"), comment = "Proj4Leaflet plugin"),
person("Robert Kajic", role = c("ctb", "cph"), comment = "leaflet-locationfilter plugin"),
person("Mapbox", role = c("ctb", "cph"), comment = "leaflet-omnivore plugin"),
person("Michael Bostock", role = c("ctb", "cph"), comment = "topojson"),
person("RStudio", role = c("cph"))
)
Maintainer: Joe Cheng <[email protected]>
Description: Create and customize interactive maps using the 'Leaflet'
JavaScript library and the 'htmlwidgets' package. These maps can be used
directly from the R console, from 'RStudio', in Shiny apps and R Markdown
documents.
License: GPL-3
URL: http://rstudio.github.io/leaflet/
BugReports: https://github.com/rstudio/leaflet/issues
Depends: R (>= 3.1.0)
Imports:
base64enc,
crosstalk,
htmlwidgets,
htmltools,
magrittr,
markdown,
methods,
png,
RColorBrewer,
raster,
scales (>= 0.2.5),
sp,
stats,
viridis
Suggests:
knitr,
maps,
sf,
shiny,
testit (>= 0.4),
rgdal,
rgeos,
R6,
RJSONIO,
purrr,
testthat
RoxygenNote: 6.0.1
LazyData: true