-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
31 lines (31 loc) · 939 Bytes
/
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
Package: tergmLite
Version: 2.6.1
Date: 2022-07-20
Title: Fast Simulation of Simple Temporal Exponential Random Graph Models
Authors@R: c(person("Samuel M.", "Jenness",
role = c("aut", "cre"),
email = "[email protected]"),
person("Chad", "Klumb",
role = "aut",
email = "[email protected]"))
Description: Provides functions for the computationally efficient simulation of
dynamic networks estimated with the statistical framework of temporal
exponential random graph models, implemented in the 'tergm' package.
Depends:
R (>= 3.5),
ergm (>= 4.0),
tergm (>= 4.0)
License: GPL-3
Imports:
statnet.common (>= 4.4.0),
network (>= 1.17.0),
networkDynamic (>= 0.11.0),
Rcpp,
tibble,
methods
Suggests:
testthat,
EpiModel (>= 2.0.5)
LinkingTo: Rcpp, ergm
RoxygenNote: 7.2.0
Encoding: UTF-8