-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
63 lines (63 loc) · 1.49 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
Package: simplevis
Type: Package
Title: Wrappers to Simplify 'leaflet' Visualisation
Version: 7.1.0
Authors@R:
c(person(given = "David",
family = "Hodge",
role = c("aut", "cre"),
email = "davidhodge931@gmail.com",
comment = c(ORCID = "0000-0002-3868-7501")),
person(given = "Kate",
family = "Lee",
role = "ctb",
comment = c(ORCID = "0000-0002-0886-3746")),
person(given = "Xavier",
family = "Miles",
role = "ctb",
comment = c(ORCID = "0000-0002-1727-5110")),
person(given = "Statistics New Zealand",
role = c("cph")))
Description: Wrapper functions around the amazing 'leaflet'
package that aims to simplify 'leaflet' visualisation.
See the 'ggblanket' package for 'ggplot2' wrappers.
License: MIT + file LICENSE
URL: https://StatisticsNZ.github.io/simplevis/, https://github.com/StatisticsNZ/simplevis/
BugReports: https://github.com/StatisticsNZ/simplevis/issues/
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
dplyr,
htmlwidgets,
leaflet,
leafem,
leafpop,
magrittr,
rlang,
scales,
sf,
shiny,
snakecase,
stars,
stringr,
tidyr,
tidyselect,
viridis,
ggplot2
Suggests:
glue,
gt,
knitr,
pals,
palmerpenguins,
patchwork,
rgdal,
rgeos,
rmarkdown,
s2,
tibble,
tidytext,
plotly
VignetteBuilder: knitr
RoxygenNote: 7.2.3