-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
44 lines (44 loc) · 1.38 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
Package: ggnetwork
Type: Package
Title: Geometries to Plot Networks with 'ggplot2'
Description: Geometries to plot network objects with 'ggplot2'.
Version: 0.5.13
Date: 2024-02-14
Maintainer: François Briatte <[email protected]>
Authors@R: c(
person("François", "Briatte", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6494-9774")),
person("Michał", "Bojanowski", role = "ctb", comment = c(ORCID = "0000-0001-7503-852X")),
person("Mickaël", "Canouil", role = "ctb", comment = c(ORCID = "0000-0002-3396-4549")),
person("Zachary", "Charlop-Powers", role = "ctb", comment = c(ORCID = "0000-0001-8816-4680")),
person("Jacob C.", "Fisher", role = "ctb", comment = c(ORCID = "0000-0003-0299-0346")),
person("Kipp", "Johnson", role = "ctb", comment = c(ORCID = "0000-0002-5102-741X")),
person("Tyler", "Rinker", role = "ctb")
)
License: GPL-3
URL: https://github.com/briatte/ggnetwork
BugReports: https://github.com/briatte/ggnetwork/issues
Depends:
R (>= 3.5),
ggplot2 (>= 2.0.0)
Imports:
ggrepel (>= 0.5),
network,
igraph,
sna,
utils
Suggests:
knitr,
rmarkdown,
testthat
Collate:
'utilities.R'
'fortify-igraph.R'
'fortify-network.R'
'geom-nodes.R'
'geom-edges.R'
'ggnetwork.R'
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
NeedsCompilation: no