-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
33 lines (33 loc) · 898 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
33
Package: topogram
Title: Create Interactive Continuous Cartogram
Description: Cartogram 'htmlwidget' for visualizing geographical data by distorting
a 'TopoJson' topology, using 'cartogram-chart' 'JavaScript' library <https://github.com/vasturiano/cartogram-chart>.
Version: 2.0.0
Authors@R: c(
person("Victor", "Perrier", role = c("aut", "cre"), email = "victor.perrier@dreamRs.fr"),
person("Fanny", "Meyer", role = "aut"),
person("Vasco", "Asturiano", role = "cph", comment = "cartogram-chart library")
)
Depends: R (>= 2.10)
Imports:
geojsonio (>= 0.6.1),
glue,
htmlwidgets,
htmltools,
magrittr,
rlang,
scales,
shiny
Suggests:
rmarkdown,
knitr,
rnaturalearth,
sf,
tinytest,
covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
License: MIT + file LICENSE
VignetteBuilder: knitr