-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.16 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
Package: signnet
Title: Methods to Analyse Signed Networks
Version: 1.0.5
Authors@R:
person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2952-4812"))
Description: Methods for the analysis of signed networks. This includes
several measures for structural balance as introduced by Cartwright
and Harary (1956) <doi:10.1037/h0046049>, blockmodeling algorithms
from Doreian (2008) <doi:10.1016/j.socnet.2008.03.005>, various
centrality indices, and projections of signed two-mode networks
introduced by Schoch (2020) <doi:10.1080/0022250X.2019.1711376>.
License: MIT + file LICENSE
URL: https://github.com/schochastics/signnet, https://schochastics.github.io/signnet/
BugReports: https://github.com/schochastics/signnet/issues
Depends:
R (>= 3.2.0)
Imports:
igraph,
Matrix,
Rcpp
Suggests:
covr,
ggplot2,
ggraph,
knitr,
ompr,
ompr.roi,
rmarkdown,
ROI,
ROI.plugin.glpk,
testthat (>= 2.1.0)
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2