-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
60 lines (60 loc) · 2 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
54
55
56
57
58
59
60
Package: migraph
Title: Univariate and Multivariate Tests for Multimodal and Other Networks
Version: 1.4.5
Date: 2024-11-30
Description: A set of tools for testing networks.
It includes functions for univariate and multivariate
conditional uniform graph and quadratic assignment procedure testing,
and network regression.
The package is a complement to
'Multimodal Political Networks' (2021, ISBN:9781108985000),
and includes various datasets used in the book.
Built on the 'manynet' package, all functions operate with matrices,
edge lists, and 'igraph', 'network', and 'tidygraph' objects,
and on one-mode and two-mode (bipartite) networks.
URL: https://stocnet.github.io/migraph/
BugReports: https://github.com/stocnet/migraph/issues
License: MIT + file LICENSE
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 3.6.0),
manynet (>= 1.0.5)
Imports:
dplyr (>= 1.1.0),
future,
furrr,
generics,
ggplot2,
purrr
Suggests:
covr,
roxygen2,
testthat (>= 3.0.0)
Authors@R:
c(person(given = "James",
family = "Hollway",
role = c("cre", "aut", "ctb"),
email = "james.hollway@graduateinstitute.ch",
comment = c("IHEID", ORCID = "0000-0002-8361-9647")),
person(given = "Henrique",
family = "Sposito",
role = "ctb",
comment = c("IHEID", ORCID = "0000-0003-3420-6085")),
person(given = "Jael",
family = "Tan",
role = "ctb",
email = "jael.tan@graduateinstitute.ch",
comment = c("IHEID", ORCID = "0000-0002-6234-9764")),
person(given = "Bernhard",
family = "Bieri",
role = c("ctb"),
email = "bernhard.bieri@graduateinstitute.ch",
comment = c(ORCID = "0000-0001-5943-9059"))
)
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd"))
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: helper-functions