-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.03 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
Package: clustAnalytics
Type: Package
Title: Cluster Evaluation on Graphs
Version: 0.5.5
Date: 2024-02-18
Author: Martí Renedo Mirambell
Maintainer: Martí Renedo Mirambell <[email protected]>
Description: Evaluates the stability and significance of clusters on 'igraph' graphs.
Supports weighted and unweighted graphs. Implements the cluster evaluation methods
defined by Arratia A, Renedo M (2021) <doi:10.7717/peerj-cs.600>. Also includes an
implementation of the Reduced Mutual Information introduced by Newman et al. (2020)
<doi:10.1103/PhysRevE.101.042304>.
License: GPL (>= 3)
Imports:
Rcpp (>= 1.0.1),
mcclust,
mclust,
truncnorm,
boot,
fossil,
aricode,
dplyr,
Rdpack
LinkingTo: Rcpp
RdMacros: Rdpack
RoxygenNote: 7.3.1
Suggests:
igraphdata,
knitr,
rmarkdown,
testthat,
VignetteBuilder: knitr
Encoding: UTF-8
URL: https://github.com/martirm/clustAnalytics
BugReports: https://github.com/martirm/clustAnalytics/issues
Depends:
R (>= 2.10),
igraph
LazyData: true