forked from christophergandrud/networkD3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 995 Bytes
/
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
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.2.9
Date: 2016-01-07
Authors@R: c(
person("Christopher", "Gandrud", email = "[email protected]",
role = c("aut", "cre")),
person("J.J.", "Allaire", role = "aut"),
person("Kenton", "Russell", role = "aut"),
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")
)
URL: http://cran.r-project.org/package=networkD3
BugReports: https://github.com/christophergandrud/networkD3/issues
License: GPL (>= 3)
Depends:
R (>= 3.0.0)
Imports:
htmlwidgets (>= 0.3.2)
Suggests:
htmltools (>= 0.2.6),
jsonlite
Enhances: knitr, shiny
LazyData: true
RoxygenNote: 5.0.1