-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
59 lines (59 loc) · 2.64 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: tergm
Version: 4.2-2564
Date: 2024-10-08
Title: Fit, Simulate and Diagnose Models for Network Evolution Based on Exponential-Family Random Graph Models
Authors@R: c(
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")),
person(c("Mark", "S."), "Handcock", role=c("aut","ths"), email="handcock@stat.ucla.edu"),
person(c("David", "R."), "Hunter", role=c("ctb"), email="dhunter@stat.psu.edu"),
person(c("Steven", "M."), "Goodreau", role=c("ctb","ths"), email="goodreau@u.washington.edu"),
person("Martina", "Morris", role=c("ctb","ths"), email="morrism@u.washington.edu"),
person(c("Nicole", "Bohme"), "Carnegie", role=c("ctb"), email="nicole.carnegie@nyu.edu"),
person(c("Carter", "T."), "Butts", role=c("ctb"), email="buttsc@uci.edu"),
person("Ayn", "Leslie-Cook", role=c("ctb"), email="aynlc3@uw.edu"),
person("Skye", "Bender-deMoll", role=c("ctb"), email="skyebend@skyeome.net"),
person("Li","Wang",role=c("ctb"),email="lxwang@gmail.com"),
person("Kirk","Li",role=c("ctb"),email="kirkli@uw.edu"),
person("Chad", "Klumb", role=c("ctb"), email="cklumb@gmail.com"),
person("Adrien", "Le Guillou", role=c("ctb"), email="git@aleguillou.org", comment=c(ORCID="0000-0002-4791-418X")))
Depends:
ergm (>= 4.7.0),
network (>= 1.18.2),
networkDynamic (>= 0.11.4)
Imports:
robustbase (>= 0.95),
coda (>= 0.19-4.1),
statnet.common (>= 4.10.0),
ergm.multi (>= 0.2.1),
purrr (>= 1.0.2),
methods,
utils,
nlme,
MASS
LinkingTo:
ergm
Suggests:
rmarkdown (>= 2.28),
knitr (>= 1.48),
tibble (>= 3.2.1),
testthat (>= 3.2.1.1),
covr (>= 3.6.4),
networkLite (>= 1.0.5),
rlang,
lattice,
parallel
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.3.2.9000
Roxygen: list(markdown = TRUE)
Config/testthat/parallel: true
Config/testthat/edition: 3
Encoding: UTF-8
Remotes: github::statnet/statnet.common@master,
github::statnet/network@master,
github::statnet/networkDynamic@master,
github::statnet/ergm@master,
github::statnet/ergm.multi@master