-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
32 lines (32 loc) · 1.4 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
Package: latentnet
Version: 2.11.0-1649
Date: 2024-09-23
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, ergm (>= 4.2.0)
Imports: sna, mvtnorm, abind, coda (>= 0.17.1), tools, MASS, statnet.common (>= 4.1.0)
SystemRequirements: GNU make
Suggests:
KernSmooth,
snowFT,
rgl,
heplots,
rlecuyer,
covr
BugReports: https://github.com/statnet/latentnet/issues
License: GPL-3 + file LICENSE
URL: https://statnet.org
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)