-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
Package: leaflet.multiopacity
Type: Package
Title: Leaflet Multiple Opacity Controls for R
Version: 0.1.1
Authors@R: c(
person(
given = "Vinícius",
family = "Zendron",
role = "aut",
email = "vinicius.zendron@meantrix.com"),
person(
"Meantrix",
role = c("cre", "cph"),
email = "dev@meantrix.com"),
person(
given = "Yasunori",
family = "Kirimoto",
role = c("ctb", "cph"),
comment = "Leaflet.Control.Opacity JavaScript library")
)
Description: Extends Leaflet for R by adding widget to control opacity of multiple layers.
License: MIT + file LICENSE
URL: https://github.com/meantrix/leaflet.multiopacity
URLNote: https://github.com/meantrix/leaflet.multiopacity
BugReports: https://github.com/meantrix/leaflet.multiopacity/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
htmlwidgets,
htmltools
Suggests:
leaflet,
testthat,
magrittr,
raster,
rgdal,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr