-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 2.03 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: ergm.multi
Version: 0.3.0-4164
Date: 2024-12-01
Title: Fit, Simulate and Diagnose Exponential-Family Models for Multiple or Multilayer Networks
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("ctb"), email="handcock@stat.ucla.edu"),
person(c("David", "R."), "Hunter", role=c("ctb"), email="dhunter@stat.psu.edu"),
person("Chad", "Klumb", role=c("ctb"), email="cklumb@gmail.com"),
person("Pietro", "Coletti", role=c("ctb"), email="pietro.coletti@uhasselt.be"),
person("Joyce", "Cheng", role=c("ctb"), email="joyce.cheng@student.unsw.edu.au"))
Depends:
R (>= 3.5.0),
ergm (>= 4.7.2),
network (>= 1.18.2)
Imports:
statnet.common (>= 4.9.0),
rlang (>= 1.1.3),
purrr (>= 1.0.2),
tibble (>= 3.2.1),
glue (>= 1.7.0),
rle (>= 0.9.2),
Rdpack (>= 2.6),
networkLite (>= 1.1.0),
Matrix,
methods,
parallel
LinkingTo:
ergm
Suggests:
rmarkdown (>= 2.25),
knitr (>= 1.45),
dplyr (>= 1.1.4),
testthat (>= 3.2.1),
ggplot2 (>= 3.4.4),
ggrepel (>= 0.9.5),
Rglpk,
generics (>= 0.1.3)
RdMacros: Rdpack
BugReports: https://github.com/statnet/ergm.multi/issues
Description: A set of extensions for the 'ergm' package to fit multilayer/multiplex/multirelational networks and samples of multiple networks. 'ergm.multi' is a part of the Statnet suite of packages for network analysis. See Krivitsky, Koehly, and Marcum (2020) <doi:10.1007/s11336-020-09720-7> and Krivitsky, Coletti, and Hens (2023) <doi:10.1080/01621459.2023.2242627>.
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::EpiModel/networkLite@main,
github::statnet/ergm@master