-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1 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
Package: forcer
Version: 0.0.0.9000
Date: 2019-01-12
Title: 'htmlwidget' for 'react-force-graph'
Description: Creates interactive force directed graphs using the components from 'react-force-graph'.
Authors@R: c(
person(
"Vasco", "Asturiano"
, role = c("aut", "cph")
, comment = "react-force-graph library, https://github.com/vasturiano/react-force-graph"
),
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library, http://d3js.org"
),
person(
"Kent", "Russell"
, role = c("aut", "cre")
, comment = "R interface"
, email = "[email protected]"
)
)
Maintainer: Kent Russell <[email protected]>
URL: https://github.com/react-R/forcer
BugReports: https://github.com/react-R/forcer/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.1
Imports:
htmltools,
htmlwidgets,
d3r
Suggests:
igraph