Skip to content

speakeasyR

Fast and Robust Multi-Scale Graph Clustering

v0.1.8 · Sep 30, 2025 · GPL (>= 3)

Description

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.

Downloads

234

Last 30 days

19440th

692

Last 90 days

4K

Last year

Trend: -11.7% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies Matrix speakeasyR

Version History

new 0.1.8 Mar 10, 2026
updated 0.1.8 ← 0.1.7 diff Sep 29, 2025
updated 0.1.7 ← 0.1.6 diff Sep 4, 2025
updated 0.1.6 ← 0.1.5 diff Aug 27, 2025
updated 0.1.5 ← 0.1.4 diff Apr 2, 2025
updated 0.1.4 ← 0.1.3 diff Sep 24, 2024
updated 0.1.3 ← 0.1.2 diff Aug 19, 2024
updated 0.1.2 ← 0.1.0 diff Jul 28, 2024
new 0.1.0 Jun 17, 2024