Package: rnetcarto Type: Package Title: Fast Network Modularity and Roles Computation by Simulated Annealing (Rgraph C Library Wrapper for R) Version: 0.2.6 Authors@R: c( person("Daniel B.", "Stouffer", role = c('cre','aut','ths'), email = "daniel.stouffer@canterbury.ac.nz", comment=c("Maintainer")), person("Guilhem", "Doulcier", role = c('aut'), email = "guilhem.doulcier@ens.fr", comment = c("R bindings, current implementation of the simulated annealing algorithm")), person("Roger", "Guimera", role = "ctb", comment=c("Author of the original rgraph library"))) Description: Provides functions to compute the modularity and modularity-related roles in networks. It is a wrapper around the rgraph library (Guimera & Amaral, 2005, ). License: GPL (>= 2) Encoding: UTF-8 LazyLoad: no SystemRequirements: GNU GSL NeedsCompilation: yes Suggests: testthat, knitr, rmarkdown, igraph VignetteBuilder: knitr RoxygenNote: 7.2.1 Config/pak/sysreqs: libgsl0-dev Repository: https://stouffer.r-universe.dev Date/Publication: 2023-01-16 23:57:30 UTC RemoteUrl: https://github.com/stouffer/rnetcarto RemoteRef: HEAD RemoteSha: 090169ef2e4064d7a4d8a86f329f1d10ad1ed357 Packaged: 2026-07-03 11:59:58 UTC; root Author: Daniel B. Stouffer [cre, aut, ths] (Maintainer), Guilhem Doulcier [aut] (R bindings, current implementation of the simulated annealing algorithm), Roger Guimera [ctb] (Author of the original rgraph library) Maintainer: Daniel B. Stouffer