-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 974 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
33
34
35
36
37
38
39
40
Package: network.r2d3
Title: Makes interactive network graphs using r2d3
Version: 0.0.0.9000
Authors@R: c(
person(given = "CJ",
family = "Yetman",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5099-9500")),
person("Mike", "Bostock", role = "cph", comment = "d3-sankey library, https://github.com/d3/d3-sankey")
)
Description: Makes interactive network graphs using r2d3.
URL: https://cjyetman.github.io/network.r2d3
BugReports: https://github.com/cjyetman/network.r2d3/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Imports:
jsonlite (>= 0.9.6),
r2d3
Suggests:
ape,
chromote,
codemetar,
covr,
cffr,
data.tree,
devtools,
diffviewer,
igraph,
pak,
pkgdown,
preferably,
shiny,
testthat (>= 3.0.0),
tibble,
tidygraph
Config/testthat/edition: 3