-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
43 lines (43 loc) · 1.67 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
Package: network
Version: 1.19.0
Date: 2024-12-08
Title: Classes for Relational Data
Authors@R: c(
person("Carter T.", "Butts", role=c("aut","cre"), email="[email protected]"),
person("David", "Hunter", role=c("ctb"), email="[email protected]"),
person("Mark", "Handcock", role=c("ctb"), email="[email protected]"),
person("Skye", "Bender-deMoll", role=c("ctb"), email="[email protected]"),
person("Jeffrey", "Horner", role=c("ctb"), email="[email protected]"),
person("Li", "Wang", role=c("ctb"), email="[email protected]"),
person("Pavel N.", "Krivitsky", role=c("ctb"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
person("Brendan", "Knapp", role=c("ctb"), email="[email protected]", comment=c(ORCID="0000-0003-3284-4972")),
person("Michał", "Bojanowski", role=c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-7503-852X")),
person("Chad", "Klumb", role=c("ctb"), email="[email protected]"))
Maintainer: Carter T. Butts <[email protected]>
Depends: R (>= 2.10), utils
Imports: tibble, magrittr, statnet.common (>= 4.5), stats
Suggests:
sna,
testthat,
covr
Description: Tools to create and modify network objects. The network class can represent a range of relational data types, and supports arbitrary vertex/edge/graph attributes.
License: GPL (>=2)
URL: https://statnet.org/
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Collate:
'access.R'
'as.edgelist.R'
'assignment.R'
'coercion.R'
'constructors.R'
'dataframe.R'
'fileio.R'
'layout.R'
'misc.R'
'network-package.R'
'operators.R'
'plot.R'
'printsum.R'
'zzz.R'
Encoding: UTF-8