forked from AntoineGuillot2/D3partitionR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.33 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
Package: D3partitionR
Title: Interactive Charts of Nested and Hierarchical Data with 'D3.js'
Version: 0.5.0
Authors@R: c(person("Antoine", "Guillot", email = "antoine.guil@outlook.fr", role = c("aut", "cre")),
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library, http://d3js.org, nested treemap, icicle, zoomable circle treemap and sunb"
),
person(
"Susie","Lu",
role = c("aut", "cph"),
comment = "d3-legend, http://d3-legend.susielu.com/"
),
person(
"Kerry", "Rodden"
, role = c("aut", "cph")
, comment = "Breadcrumb Code for fixed sized breadcrumb."
), person(
"Nadieh", "Bremer"
, role = c("aut", "cph")
, comment = "Placement of labels on arcs, https://www.visualcinnamon.com/2015/09/placing-text-on-arcs.html"
),
person(
"Hub", "Spot"
, role = c("aut", "cph")
, comment = "tether.js"
))
Description: Builds interactive 'd3.js' hierarchical visualisation easily. D3partitionR makes it easy to build and customize sunburst, circle treemap, treemap, partition chart, ...
Depends: R (>= 3.3.1)
Imports:
data.table,
magrittr,
htmlwidgets,
functional,
RColorBrewer,
titanic
License: AGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1