forked from statnet/network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (53 loc) · 1.97 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
44
45
46
47
48
49
50
51
52
53
Package: network
Version: 1.17.1-685
Date: 2021-06-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]"),
person("Chad", "Klumb", role=c("ctb"), email="[email protected]"))
Author: Carter T. Butts [aut, cre],
David Hunter [ctb],
Mark Handcock [ctb],
Skye Bender-deMoll [ctb],
Jeffrey Horner [ctb],
Li Wang [ctb],
Pavel N. Krivitsky [ctb] (<https://orcid.org/0000-0002-9101-3362>),
Brendan Knapp [ctb] (<https://orcid.org/0000-0003-3284-4972>),
Michał Bojanowski [ctb],
Chad Klumb [ctb]
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: http://statnet.org/
RoxygenNote: 7.1.1
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