-
Notifications
You must be signed in to change notification settings - Fork 117
/
DESCRIPTION
61 lines (61 loc) · 1.48 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
52
53
54
55
56
57
58
59
60
61
Package: ggraph
Type: Package
Title: An Implementation of Grammar of Graphics for Graphs and Networks
Version: 2.2.1.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711")),
person(given = "RStudio",
role = "cph"))
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: The grammar of graphics as implemented in ggplot2 is a poor fit for
graph and network visualizations due to its reliance on tabular data input.
ggraph is an extension of the ggplot2 API tailored to graph visualizations
and provides the same flexible approach to building up plots layer by layer.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Imports:
dplyr,
ggforce (>= 0.3.1),
grid,
igraph (>= 1.0.0),
scales,
MASS,
ggrepel,
utils,
stats,
viridis,
rlang,
tidygraph,
graphlayouts (>= 1.1.0),
withr,
cli,
vctrs,
lifecycle,
memoise
Suggests:
network,
knitr,
rmarkdown,
purrr,
tibble,
seriation,
deldir,
gganimate,
covr,
sf,
sfnetworks
LinkingTo:
cpp11
RoxygenNote: 7.3.1
Depends:
R (>= 2.10),
ggplot2 (>= 3.5.0)
VignetteBuilder: knitr
URL: https://ggraph.data-imaginist.com, https://github.com/thomasp85/ggraph
BugReports: https://github.com/thomasp85/ggraph/issues
Roxygen: list(markdown = TRUE)