-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.6 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
Type: Package
Package: sankeyD3plus
Title: D3 JavaScript Sankey diagrams in R
Description: Creates 'D3' 'JavaScript' Sankey diagrams in R.
Version: 0.2
Date: 2023-08-03
Authors@R: c(
person("Paul", "Schmidt", email = "paul.schmidt@biomath.de", role = c("aut", "cre"), comment = "https://schmidtpaul.github.io/"),
person("Florian","Breitwieser", role = c("aut"), comment = "github.com/fbreitwieser/sankeyD3"),
person("Alexander", "Tarashansky", role = "ctb", comment = "github.com/atarashansky/sankeyD3/tree/master"),
person("Christopher", "Gandrud", role = "aut"),
person("J.J.", "Allaire", role = "aut"),
person("Kenton", "Russell", role = "aut"),
person("Mike", "Bostock", role = c("aut", "cph"), comment = "d3.js library, http://d3js.org"),
person("B.W.", "Lewis", role = "ctb"),
person("Kevin", "Kuo", role = "ctb"),
person("Charles", "Sese", role = "ctb"),
person("Peter", "Ellis", role = "ctb"),
person("Jonathan", "Owen", role = "ctb"),
person("Jennifer","Rogers", role = "ctb")
)
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.0.0)
Imports:
assertthat,
d3r,
grDevices,
htmltools,
htmlwidgets (>= 0.3.2),
magrittr,
stats,
tibble
Suggests:
here,
igraph,
jsonlite,
knitr,
rmarkdown,
testthat (>= 3.0.0),
webshot
Enhances:
shiny
LazyData: true
URL: https://github.com/SchmidtPaul/sankeyD3plus, https://schmidtpaul.github.io/sankeyD3plus/
BugReports: https://github.com/SchmidtPaul/sankeyD3plus/issues
VignetteBuilder: knitr
Config/testthat/edition: 3