-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
67 lines (67 loc) · 2.16 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
60
61
62
63
64
65
66
67
Encoding: UTF-8
Package: goldfish
Type: Package
Title: Statistical Network Models for Dynamic Network Data
Version: 1.6.10
Date: 2024-09-03
Authors@R: c(person("James", "Hollway", role = c("aut", "dtc"),
email = "[email protected]",
comment = c("IHEID", ORCID = "0000-0002-8361-9647")),
person("Christoph", "Stadtfeld", role = c("aut", "dtc"),
email = "[email protected]"),
person("Marion", "Hoffman", role = "aut"),
person("Alvaro", "Uzaheta", role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4367-3670")),
person("Mirko", "Reul", role = "ctb"),
person("Timon", "Elmer", role = "ctb"),
person("Kieran", "Mepham", role = "ctb"),
person("Per", "Block", role = "ctb"),
person("Xiaolei", "Zhang", role = "ctb"),
person("Weigutian", "Ou", role = "ctb"),
person("Emily", "Garvin", role = "ctb"),
person("Siwei", "Zhang", role = "ctb"))
License: GPL (>= 3)
Description: Tools for fitting statistical network models to dynamic network data.
Can be used for fitting both dynamic network actor models ('DyNAMs') and
relational event models ('REMs').
Stadtfeld, Hollway, and Block (2017a) <doi:10.1177/0081175017709295>,
Stadtfeld, Hollway, and Block (2017b) <doi:10.1177/0081175017733457>,
Stadtfeld and Block (2017) <doi:10.15195/v4.a14>,
Hoffman et al. (2020) <doi:10.1017/nws.2020.3>.
URL: https://stocnet.github.io/goldfish/
BugReports: https://github.com/stocnet/goldfish/issues/
Depends: R (>= 3.5.0)
Imports:
Rcpp (>= 1.0.1),
changepoint,
methods,
utils,
stats,
generics,
ggplot2,
rlang,
tibble
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
testthat,
knitr,
devtools,
covr,
rmarkdown,
pixiedust,
igraph,
ggraph,
migraph,
manynet,
patchwork,
broom,
lmtest
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
NeedsCompilation: yes
Config/testthat/edition: 3