-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.82 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
Package: ergm.ego
Version: 1.1-729
Date: 2024-10-09
Title: Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data
Authors@R: c(
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
person(c("Steven", "M."), "Goodreau", role=c("ctb"), email="[email protected]"),
person("Martina", "Morris", role=c("ctb"), email="[email protected]"),
person("Kirk", "Li", role=c("ctb"), email="[email protected]"),
person(c("Emily", "N."), "Beylerian", role=c("ctb"), email="[email protected]"),
person("Michał", "Bojanowski", role=c("ctb"), email="[email protected]", comment=c(ORCID="0000-0001-7503-852X")),
person("Chad", "Klumb", role=c("ctb"), email="[email protected]"))
Depends:
R (>= 4.1.0),
ergm (>= 4.7.1),
egor (>= 1.24.2),
network (>= 1.18.2)
Imports:
statnet.common (>= 4.10.0),
RColorBrewer (>= 1.1-3),
purrr (>= 1.0.2),
tibble (>= 3.2.1),
dplyr (>= 1.1.4),
survey (>= 4.4-2),
stats,
methods
LinkingTo:
ergm
Suggests:
testthat (>= 3.2.1.1),
covr (>= 3.6.4)
Description: Utilities for managing egocentrically sampled network data and a wrapper around the 'ergm' package to facilitate ERGM inference and simulation from such data. See Krivitsky and Morris (2017) <doi:10.1214/16-AOAS1010>.
License: GPL-3 + file LICENSE
URL: https://statnet.org
BugReports: https://github.com/statnet/ergm.ego/issues
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: true
Config/testthat/parallel: true
Config/testthat/edition: 3
Remotes:
github::statnet/rle@master,
github::statnet/statnet.common@master,
github::statnet/network@master,
github::statnet/ergm@master,
github::tilltnet/egor