-
Notifications
You must be signed in to change notification settings - Fork 123
/
DESCRIPTION
63 lines (63 loc) · 1.63 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: sunburstR
Type: Package
Title: Sunburst 'Htmlwidget'
Version: 2.1.8
Date: 2023-02-05
Authors@R: c(
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library, http://d3js.org"
),
person(
"Kerry", "Rodden"
, role = c("aut", "cph")
, comment = "sequences library in htmlwidgets/lib, https://gist.github.com/kerryrodden/7090426"
),
person(
"Kevin", "Warne"
, role = c("aut", "cph")
, comment = "d2b sunburst library in htmlwidgets/lib, https://github.com/d2bjs/d2b"
),
person(
"Kent", "Russell"
, role = c("aut", "cre")
, comment = "R interface"
, email = "[email protected]"
),
person(
"Florian", "Breitwieser"
, role = c("ctb")
, comment = "R interface"
),
person(
"CJ", "Yetman"
, role = c("ctb")
, comment = c("R interface", ORCID = "0000-0001-5099-9500")
, email = "[email protected]"
)
)
Maintainer: Kent Russell <[email protected]>
URL: https://github.com/timelyportfolio/sunburstR
BugReports: https://github.com/timelyportfolio/sunburstR/issues
Description: Make interactive 'd3.js' sequence sunburst diagrams in R with the
convenience and infrastructure of an 'htmlwidget'.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
d3r (>= 0.6.9),
dplyr,
htmlwidgets,
htmltools
Suggests:
jsonlite,
knitr,
markdown,
pipeR,
testthat,
tidyr (>= 0.7.0),
rmarkdown
Enhances:
treemap
RoxygenNote: 7.2.3
VignetteBuilder: knitr