forked from statnet/tergm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 2.32 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
Package: tergm
Version: 4.0-2391
Date: 2021-10-15
Title: Fit, Simulate and Diagnose Models for Network Evolution Based on Exponential-Family Random Graph Models
Authors@R: c(
person("Pavel N.", "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
person("Mark S.", "Handcock", role=c("aut","ths"), email="[email protected]"),
person("David R.", "Hunter", role=c("ctb"), email="[email protected]"),
person("Steven M.", "Goodreau", role=c("ctb","ths"), email="[email protected]"),
person("Martina", "Morris", role=c("ctb","ths"), email="[email protected]"),
person("Nicole Bohme", "Carnegie", role=c("ctb"), email="[email protected]"),
person("Carter T.", "Butts", role=c("ctb"), email="[email protected]"),
person("Ayn", "Leslie-Cook", role=c("ctb"), email="[email protected]"),
person("Skye", "Bender-deMoll", role=c("ctb"), email="[email protected]"),
person("Li","Wang",role=c("ctb"),email="[email protected]"),
person("Kirk","Li",role=c("ctb"),email="[email protected]"),
person("Chad", "Klumb", role=c("ctb"), email="[email protected]"))
Depends:
ergm (>= 4.1.0),
network (>= 1.15),
networkDynamic (>= 0.10.0)
Imports:
methods,
utils,
robustbase (>= 0.93.5),
coda (>= 0.19.2),
nlme (>= 3.1.139),
MASS (>= 7.3.51.4),
statnet.common (>= 4.4.0),
purrr
LinkingTo:
ergm
Suggests:
lattice (>= 0.20.38),
parallel,
rmarkdown (>= 1.12),
knitr (>= 1.22),
tibble,
testthat,
covr
BugReports: https://github.com/statnet/tergm/issues
Description: An integrated set of extensions to the 'ergm' package to analyze and simulate network evolution based on exponential-family random graph models (ERGM). 'tergm' is a part of the 'statnet' suite of packages for network analysis. See Krivitsky and Handcock (2014) <doi:10.1111/rssb.12014> and Carnegie, Krivitsky, Hunter, and Goodreau (2015) <doi:10.1080/10618600.2014.903087>.
License: GPL-3 + file LICENSE
URL: https://statnet.org
VignetteBuilder: rmarkdown, knitr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Remotes: github::statnet/statnet.common@master,
github::statnet/network@master,
github::statnet/networkDynamic@master,
github::statnet/ergm@master