-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
32 lines (32 loc) · 959 Bytes
/
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
Package: leaflet.minicharts
Type: Package
Title: Mini Charts for Interactive Maps
Version: 0.6.2
Authors@R: c(
person(given = "Veronique",
family = "Bachelier",
role = c("aut", "cre"),
email = "[email protected]"),
person("Jalal-Edine", "ZAWAM", role = "aut"),
person("Benoit", "Thieurmel", email = "[email protected]", role = "aut"),
person("Francois", "Guillem", role = "aut"),
person("RTE", role = "cph")
)
Description: Add and modify small charts on an interactive map created with
package 'leaflet'. These charts can be used to represent at same time multiple
variables on a single map.
License: GPL (>= 2) | file LICENSE
Depends: R (>= 2.10)
Imports: leaflet (>= 1.1.0),
htmltools
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown,
dplyr,
shiny,
manipulateWidget,
testthat,
covr
VignetteBuilder: knitr