-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.39 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
Package: ergm.count
Version: 4.1.2-1438
Date: 2022-05-23
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks with Count Edges
Authors@R: c(
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
person(c("Mark", "S."), "Handcock", role=c("ctb"), email="[email protected]"),
person(c("David", "R."), "Hunter", role=c("ctb"), email="[email protected]"),
person("Joyce", "Cheng", role=c("ctb"), email="[email protected]"))
Depends:
ergm (>= 4.2.2),
network (>= 1.15)
Imports:
statnet.common (>= 4.2.0),
Rdpack (>= 2.4)
LinkingTo:
ergm
RdMacros: Rdpack
Description: A set of extensions for the 'ergm' package to fit weighted networks whose edge weights are counts. See Krivitsky (2012) <doi:10.1214/12-EJS696> and Krivitsky, Hunter, Morris, and Klumb (2023) <doi:10.18637/jss.v105.i06>.
License: GPL-3 + file LICENSE
URL: https://statnet.org
BugReports: https://github.com/statnet/ergm.count/issues
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: rmarkdown, knitr
Remotes:
github::statnet/network@master,
github::statnet/statnet.common@master,
github::statnet/ergm@master
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Config/testthat/parallel: true
Config/testthat/edition: 3