-
Notifications
You must be signed in to change notification settings - Fork 506
/
DESCRIPTION
85 lines (85 loc) · 2.85 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Type: Package
Package: leaflet
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
Version: 2.2.2.9000
Authors@R: c(
person("Joe", "Cheng", , "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Bhaskar", "Karambelkar", role = "aut"),
person("Yihui", "Xie", role = "aut"),
person("Hadley", "Wickham", role = "ctb"),
person("Kenton", "Russell", role = "ctb"),
person("Kent", "Johnson", role = "ctb"),
person("Vladimir", "Agafonkin", role = c("ctb", "cph"),
comment = "Leaflet library"),
person("CloudMade", role = "cph",
comment = "Leaflet library"),
person("Leaflet contributors", role = "ctb",
comment = "Leaflet library"),
person("Brandon Copeland", role = c("ctb", "cph"),
comment = "leaflet-measure 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("Posit Software, PBC", role = c("cph", "fnd"))
)
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
applications and R Markdown documents.
License: GPL-3
URL: https://rstudio.github.io/leaflet/,
https://github.com/rstudio/leaflet
BugReports: https://github.com/rstudio/leaflet/issues
Depends:
R (>= 3.1.0)
Imports:
crosstalk,
htmltools,
htmlwidgets (>= 1.5.4),
jquerylib,
leaflet.providers (>= 2.0.0),
magrittr,
methods,
png,
raster (>= 3.6.3),
RColorBrewer,
scales (>= 1.0.0),
sp,
stats,
viridisLite,
xfun
Suggests:
knitr,
maps,
purrr,
R6,
RJSONIO,
rmarkdown,
s2,
sf (>= 0.9-6),
shiny,
terra,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: dplyr, ncdf4, rnaturalearth, tidyverse/tidytemplate
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)