forked from christophergandrud/networkD3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.15 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
Package: networkD3
Type: Package
Title: D3 JavaScript Network Graphs from R
Description: Creates 'D3' 'JavaScript' network, tree, dendrogram, and Sankey
graphs from 'R'.
Version: 0.4.9000
Date: 2017-06-18
Authors@R: c(
person("J.J.", "Allaire", role = "aut"),
person("Peter", "Ellis", role = "ctb"),
person("Christopher", "Gandrud", email = "christopher.gandrud@gmail.com",
role = c("aut", "cre")),
person("Kevin", "Kuo", role = "ctb"),
person("B.W.", "Lewis", role = "ctb"),
person("Jonathan", "Owen", role = "ctb"),
person("Kenton", "Russell", role = "aut"),
person("Jennifer","Rogers", role = "ctb"),
person("Charles", "Sese", role = "ctb"),
person("CJ", "Yetman", email = "cj@cjyetman.com", role = "aut")
)
URL: https://christophergandrud.github.io/networkD3/,
https://github.com/christophergandrud/networkD3
BugReports: https://github.com/christophergandrud/networkD3/issues
License: GPL (>= 3)
Depends:
R (>= 3.0.0)
Imports:
data.tree,
htmlwidgets (>= 0.3.2),
igraph,
jsonlite,
magrittr
Suggests:
htmltools (>= 0.2.6),
tibble
Enhances: knitr, shiny
LazyData: true
RoxygenNote: 6.0.1