-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
20 lines (20 loc) · 974 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: statnet.common
Version: 4.11.0-453
Date: 2024-11-28
Title: Common R Scripts and Utilities Used by the Statnet Project Software
Authors@R: c(
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362", affiliation="University of New South Wales")),
person("Skye", "Bender-deMoll", role=c("ctb"), email="[email protected]"),
person("Chad", "Klumb", role=c("ctb"), email="[email protected]", comment=c(affiliation="University of Washington")))
Description: Non-statistical utilities used by the software developed by the Statnet Project. They may also be of use to others.
Depends: R (>= 3.5)
Imports: utils, methods, coda, parallel, tools, Matrix
BugReports: https://github.com/statnet/statnet.common/issues
License: GPL-3 + file LICENSE
URL: https://statnet.org
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Encoding: UTF-8
Suggests: covr,
rlang (>= 1.1.1),
MASS