forked from CodesByChris/potentiality
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.02 KB
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
Package: potentiality
Title: Compute the Entropy and Potentiality of ghypernet Network Ensembles
Version: 0.2.0
Authors@R: c(
person("Christian", "Zingg", email = "czingg@ethz.ch", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1674-7961")),
person("Giona", "Casiraghi", email = "giona@ethz.ch", role = c("aut"))
)
Description: Computes the potentiality, a measure of a social organization's ability to attain different configurations.
To account for the constraints that determine how likely each configuration is, the potentiality utilises network ensembles.
This R package is an implementation of the following publication at the Chair of Systems Design, ETH Zurich.
Zingg, C., Casiraghi, G., Vaccario, V., Schweitzer, F. (2019) <doi:10.3390/e21090901>.
License: AGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ghypernet,
igraph,
plyr,
tibble
Suggests:
dplyr,
igraphdata,
magrittr,
testthat (>= 3.0.0)
Config/testthat/edition: 3