Package: speakeasyR 0.1.8

David Connell

speakeasyR: Fast and Robust Multi-Scale Graph Clustering

A graph community detection algorithm that aims to be performant on large graphs and robust, returning consistent results across runs. SpeakEasy 2 (SE2), the underlying algorithm, is described in Chris Gaiteri, David R. Connell & Faraz A. Sultan et al. (2023) <doi:10.1186/s13059-023-03062-0>. The core algorithm is written in 'C', providing speed and keeping the memory requirements low. This implementation can take advantage of multiple computing cores without increasing memory usage. SE2 can detect community structure across scales, making it a good choice for biological data, which often has hierarchical structure. Graphs can be passed to the algorithm as adjacency matrices using base 'R' matrices, the 'Matrix' library, 'igraph' graphs, or any data that can be coerced into a matrix.

Authors:David Connell [aut, cre, cph], Chris Gaiteri [cph], Gábor Csárdi [cph, ctb], Tamás Nepusz [cph, ctb], Szabolcs Horvát [cph, ctb], Vincent Traag [cph, ctb], Fabio Zanini [cph, ctb], Daniel Noom [cph, ctb], The igraph development team [cph], Free Software Foundation, Inc. [cph], Ross Ihaka [cph, ctb], The R Development Core Team [cph], Royal Statistical Society [cph], The R Core Team [cph], The Regents of the University of California [cph], Timothy Davis [cph, ctb], Richard Lehoucq [cph, ctb], Danny Scrensen [cph, ctb], Phuong Vu [cph, ctb], Chao Yang [cph, ctb], Allan Cornet [cph, ctb], Sylvestre Ledru [cph, ctb], Chao Yang [cph, ctb], Rice University [cph], Scilab Enterprises [cph], Melissa O'Neill [cph, ctb], Steven Johnson [cph, ctb], Daniel G. [cph, ctb], Marc Stevens [cph, ctb], Minh Nguyen [cph, ctb], Elliot Paquette [cph, ctb], Pascal Pons [cph, ctb], Jordi Hermoso [cph, ctb], Sébastien Fabbro [cph, ctb], Shinya Tasaki [cph, ctb]

speakeasyR_0.1.8.tar.gz
speakeasyR_0.1.8.zip(r-4.7)speakeasyR_0.1.8.zip(r-4.6)speakeasyR_0.1.8.zip(r-4.5)
speakeasyR_0.1.8.tgz(r-4.6-x86_64)speakeasyR_0.1.8.tgz(r-4.6-arm64)speakeasyR_0.1.8.tgz(r-4.5-x86_64)speakeasyR_0.1.8.tgz(r-4.5-arm64)
speakeasyR_0.1.8.tar.gz(r-4.7-arm64)speakeasyR_0.1.8.tar.gz(r-4.7-x86_64)speakeasyR_0.1.8.tar.gz(r-4.6-arm64)speakeasyR_0.1.8.tar.gz(r-4.6-x86_64)
speakeasyR_0.1.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
speakeasyR/json (API)
NEWS

# Install 'speakeasyR' in R:
install.packages('speakeasyR', repos = c('https://speakeasy-2.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/speakeasy-2/speakeasyr/issues

Uses libs:
  • arpack– Fortran77 subroutines to solve large scale eigenvalue problems

On CRAN:

Conda:

arpack

4.78 score 3 stars 1 scripts 175 downloads 4 exports 2 dependencies

Last updated from:28b5e7427d. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK211
linux-devel-x86_64OK219
source / vignettesOK380
linux-release-arm64OK206
linux-release-x86_64OK226
macos-release-arm64OK187
macos-release-x86_64OK480
macos-oldrel-arm64OK197
macos-oldrel-x86_64OK447
windows-develOK1690
windows-releaseOK1572
windows-oldrelOK1490
wasm-releaseOK202

Exports:clustercluster_genesknn_graphorder_nodes

Dependencies:latticeMatrix

speakeasyR

Rendered fromspeakeasyR.Rmdusingknitr::rmarkdownon May 28 2026.

Last update: 2024-08-18
Started: 2024-06-27