-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
20 lines (20 loc) · 980 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: rnetcarto
Type: Package
Title: Fast Network Modularity and Roles Computation by Simulated Annealing (Rgraph C Library Wrapper for R)
Version: 0.2.4
Date: 2015-11-11
Authors@R: c(person("Guilhem", "Doulcier", role = c('aut','cre'), email = "[email protected]", comment = c("R bindings, current implementation of the simulated annealing algorithm")),
person("Roger", "Guimera", role = "ctb", comment=c("Author of the original rgraph library")),
person("Daniel B.", "Stouffer", role = c('aut','ths')))
Maintainer: Guilhem Doulcier <[email protected]>
Description: It provides functions to compute the modularity and modularity-related roles in networks. It is a wrapper around the rgraph library (Guimera & Amaral, 2005, doi:10.1038/nature03288).
License: GPL (>= 2)
LazyLoad: no
SystemRequirements: GNU GSL
NeedsCompilation: yes
Suggests: testthat,
knitr,
rmarkdown,
igraph
Packaged: 2015-05-20 02:51:09 UTC; guilhem
VignetteBuilder: knitr