-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.55 KB
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
Package: latentnet
Version: 2.12.0-1670
Date: 2025-09-11
Title: Latent Position and Cluster Models for Statistical Networks
Authors@R: c(
person("Pavel N.", "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")),
person("Mark S.", "Handcock", role=c("aut"), email="handcock@stat.ucla.edu"),
person("Susan M.", "Shortreed", role=c("ctb")),
person("Jeremy", "Tantrum", role=c("ctb")),
person("Peter D.", "Hoff", role=c("ctb")),
person("Li","Wang",role=c("ctb"),email="lxwang@gmail.com"),
person("Kirk","Li",role=c("ctb"),email="kirkli@uw.edu"),
person("Jake","Fisher",role=c("ctb"),email="jcf26@duke.edu"),
person("Jordan T.", "Bates", role=c("ctb"),email="jtbates@gmail.com")
)
Description: Fit and simulate latent position and cluster models for statistical networks. See Krivitsky and Handcock (2008) <doi:10.18637/jss.v024.i05> and Krivitsky, Handcock, Raftery, and Hoff (2009) <doi:10.1016/j.socnet.2009.04.001>.
Depends:
R (>= 3.6.0),
network (>= 1.19.0),
ergm (>= 4.10.1)
Imports:
sna (>= 2.8),
mvtnorm (>= 1.3-3),
abind (>= 1.4-8),
coda (>= 0.19-4.1),
statnet.common (>= 4.12.0),
tools
Suggests:
snowFT (>= 1.6-1),
rgl (>= 1.3.24),
heplots (>= 1.7.8),
rlecuyer (>= 0.3-8),
covr (>= 3.6.4),
KernSmooth
SystemRequirements: GNU make
RdMacros: ergm
BugReports: https://github.com/statnet/latentnet/issues
License: GPL-3 + file LICENSE
URL: https://statnet.org
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)