forked from rich-iannone/DiagrammeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.47 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: DiagrammeR
Title: Graph/Network Visualization
Version: 1.0.9.9000
Authors@R:
person("Richard", "Iannone", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X"))
Description:
Build graph/network structures using functions for stepwise addition and
deletion of nodes and edges. Work with data available in tables for bulk
addition of nodes, edges, and associated metadata. Use graph selections
and traversals to apply changes to specific nodes or edges. A wide
selection of graph algorithms allow for the analysis of graphs. Visualize
the graphs and take advantage of any aesthetic properties assigned to
nodes and edges.
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/DiagrammeR
BugReports: https://github.com/rich-iannone/DiagrammeR/issues
Depends:
R (>= 3.2)
Imports:
dplyr (>= 1.0.7),
downloader (>= 0.4),
glue (>= 1.5.0),
htmltools (>= 0.5.2),
htmlwidgets (>= 1.5),
igraph (>= 1.2.11),
influenceR (>= 0.1.0.1),
magrittr (>= 1.5),
purrr (>= 0.3.4),
RColorBrewer (>= 1.1-2),
readr (>= 2.1.1),
rlang (>= 0.4),
rstudioapi (>= 0.7),
scales (>= 1.1),
stringr (>= 1.4),
tibble (>= 3.1),
tidyr (>= 1.1),
viridis (>= 0.6.2),
visNetwork (>= 2.1.0)
Suggests:
covr,
DiagrammeRsvg,
rsvg,
knitr,
testthat,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)