-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
35 lines (35 loc) · 1.02 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
Package: circlepackeR
Type: Package
Title: htmlwidget for Mike Bostock d3.js circle packing visualization
Version: 0.0.0.9000
Date: 2015-08-31
Authors@R: c(
person(
"Mike", "Bostock",
role = c("aut", "cph"),
comment = "d3.js library in htmlwidgets/lib, http://d3js.org,
and circle pack example code https://gist.github.com/mbostock/7607535"
),
person(
"Jerome","Froelich",
role = c("aut", "cre"),
email = "[email protected]",
comment = "htmlwidget interface in R"
),
person(
"Kent", "Russell",
role = c("ctb"),
email = "[email protected]",
comment = "major improvements to package")
)
Maintainer: Jerome Froelich <[email protected]>
Description: Function to create interactive d3.js circle packing visualizations in R through the
htmlwidgets package.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
htmlwidgets
Suggests:
data.tree,
treemap,
testthat