-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
59 lines (59 loc) · 1.72 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
Package: egor
Type: Package
Title: Import and Analyse Ego-Centered Network Data
Version: 1.24.2
Date: 2024-02-01
Authors@R: c(
person("Till", "Krenz", email = "[email protected]",
role = c("aut", "cre")),
person("Pavel N.", "Krivitsky", email="[email protected]",
role=c("aut")),
person("Raffaele", "Vacca", email = "[email protected]",
role = c("aut")),
person(given = "Michal",
family = "Bojanowski",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7503-852X")),
person("Markus", "Gamper", email = "[email protected]",
role = c("ctb")),
person("Andreas", "Herz", email = "[email protected]",
role = c("aut")),
person("Christopher", "McCarty", email = "[email protected]",
role = c("ctb")))
Description: Tools for importing, analyzing and visualizing ego-centered
network data. Supports several data formats, including the export formats of
'EgoNet', 'EgoWeb 2.0' and 'openeddi'. An interactive (shiny) app for the
intuitive visualization of ego-centered networks is provided. Also included
are procedures for creating and visualizing Clustered Graphs
(Lerner 2008 <DOI:10.1109/PACIFICVIS.2008.4475458>).
URL: https://github.com/tilltnet/egor, https://egor.tillt.net/
BugReports: https://github.com/tilltnet/egor/issues
License: AGPL-3
Depends:
R (>= 3.5.0),
dplyr,
tibble
Imports:
tidygraph,
srvyr,
tidyr,
methods,
utils,
purrr,
rlang,
pillar
Suggests:
knitr,
testthat (>= 2.1.0),
rmarkdown,
survey,
shiny,
igraph,
network,
haven
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
LazyData: true
Encoding: UTF-8