forked from d3treeR/d3treeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.08 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
Package: d3treeR
Type: Package
Title: Make Interactive Treemaps
Version: 0.1
Date: 2015-07-17
Authors@R: c(
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library in htmlwidgets/lib, http://d3js.org"
),
person(
"Bill", "White"
, role = c("aut", "cph")
, comment = "treemap code, http://www.billdwhite.com/wordpress/2012/12/16/d3-treemap-with-title-headers/"
),
person(
"Lisa", "McCusker"
, role = "ctb"
, comment = "d3tree3 function and visualization"
),
person(
"Kent", "Russell"
, role = c("aut", "cre")
, comment = "R interface"
, email = "[email protected]"
)
)
Maintainer: Kent Russell <[email protected]>
Description: Make interactive d3.js treemaps in R with the convenience and infrastructure
of an htmlwidget.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
data.tree,
grid,
gridSVG,
htmlwidgets,
jsonlite,
treemap,
XML
Suggests:
knitr
VignetteBuilder: knitr