forked from sctyner/geomnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.02 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
Package: geomnet
Type: Package
Title: Network Visualization in the 'ggplot2' Framework
Version: 0.3.1
Date: 2020-11-25
Authors@R: c(
person("Sam", "Tyner", email = "[email protected]", role = c("aut", "cre")),
person("Heike", "Hofmann", email = "[email protected]", role = c("aut", "ctb")),
person("Nicholas", "Tierney", email = "[email protected]", role = "ctb")
)
Description: Network visualization in the 'ggplot2' framework. Network
functionality is provided in a single 'ggplot2' layer by calling the geom 'net'.
Layouts are calculated using the 'sna' package, example networks are included.
License: GPL (>= 2)
URL: https://github.com/sctyner/geomnet
BugReports: https://github.com/sctyner/geomnet/issues
LazyData: TRUE
Depends:
R (>= 3.5),
ggplot2 (>= 3.0.0)
Imports:
sna,
network,
dplyr,
tidyr,
readr,
plotly
Suggests:
ggrepel,
knitr,
igraph,
ggmap,
spelling,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.0