Package: infomap 2.12.0

Daniel Edler

infomap: Network Clustering with the Map Equation

R bindings for the Infomap network clustering algorithm. Infomap decomposes a network into modules by optimally compressing a description of information flows on the network using the Map Equation. Provides a high-level R6 facade over the SWIG-generated bindings, with idiomatic R helpers for inspecting the modular hierarchy, exporting to data frames, and integrating with the 'igraph' package.

Authors:Daniel Edler [aut, cre], Anton Holmgren [aut], Martin Rosvall [aut], mapequation [cph]

infomap_2.12.0.tar.gz
infomap_2.12.0.zip(r-4.7)infomap_2.12.0.zip(r-4.6)infomap_2.12.0.zip(r-4.5)
infomap_2.12.0.tgz(r-4.6-x86_64)infomap_2.12.0.tgz(r-4.6-arm64)infomap_2.12.0.tgz(r-4.5-x86_64)infomap_2.12.0.tgz(r-4.5-arm64)
infomap_2.12.0.tar.gz(r-4.7-arm64)infomap_2.12.0.tar.gz(r-4.7-x86_64)infomap_2.12.0.tar.gz(r-4.6-arm64)infomap_2.12.0.tar.gz(r-4.6-x86_64)
infomap_2.12.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
infomap/json (API)

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

Bug tracker:https://github.com/mapequation/infomap/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda:

clustering-algorithminfomapinformation-theorymap-equationnetwork-analysiscppopenmp

7.38 score 489 stars 11 scripts 9 exports 1 dependencies

Last updated from:1d301a4615. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK244
linux-devel-x86_64OK250
source / vignettesOK416
linux-release-arm64OK237
linux-release-x86_64OK264
macos-release-arm64OK173
macos-release-x86_64OK404
macos-oldrel-arm64OK157
macos-oldrel-x86_64OK337
windows-develOK342
windows-releaseOK306
windows-oldrelOK322
wasm-releaseOK185

Exports:as_communitiescluster_infomapcluster_infomap_multilayerconstruct_argsInfomapinfomap_optionsInfomapClassmainmultilayer_node

Dependencies:R6

Infomap quickstart

Rendered frominfomap-quickstart.Rmdusingknitr::rmarkdownon Jun 21 2026.

Last update: 2026-06-05
Started: 2026-06-05

Readme and manuals

Help Manual

Help pageTopics
Convert an Infomap result to igraph communitiesas_communities as_communities.infomap_result
Coerce Infomap results to a data.frameas.data.frame.Infomap
Cluster a network with Infomapas.data.frame.infomap_result cluster_infomap print.infomap_result summary.infomap_result
Cluster a multilayer network with Infomapcluster_infomap_multilayer
Render an Infomap options list to a CLI argument stringconstruct_args
Infomap network clusteringInfomap InfomapClass
Build a reusable Infomap options listinfomap_options
Run Infomap from the command linemain
Multilayer node helpermultilayer_node