Skip to content

ig.degree.betweenness

"Node+Edge Betweenness Community Detection Algorithm for 'igraph' Objects"

v0.2.1 · Jun 17, 2026 · MIT + file LICENSE

Description

Implements the "Node + Edge Betweenness" community detection algorithm for network analysis using 'igraph' objects. This algorithm combines node degree and betweenness centrality measures to identify communities within networks, with a gradient evident in social partitioning. The package provides functions for implementation of the algorithm, visualization, and analysis of the resulting community structure along with the original dataset used in the publication. Methods are based on results from Smith, Pittman and Xu (2026) <doi:10.1002/cjs.70060>.

Downloads

CRAN

291

Last 30 days

13683rd

692

Last 90 days

2.3K

Last year

Trend: +100.7% (30d vs prior 30d)

r2u CRAN

9

Last 30 days

23

Last 90 days

106

Last year

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

CRAN Check Status

13 OK
Show all 13 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-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 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR r-devel-linux-x86_64-debian-gcc

package dependencies

Package required but not available: ‘qgraph’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies BBmisc dplyr ggplot2 igraph igraphdata lifecycle qgraph rlist tibble tidyr ig.degree.betweenness

Version History

5 tracked
updated 0.2.1 ← 0.2.0 diff Jun 17, 2026
new 0.2.0 Mar 10, 2026
updated 0.2.0 ← 0.1.1 diff Jun 23, 2025
updated 0.1.1 ← 0.1.0 diff Mar 10, 2025
new 0.1.0 Nov 10, 2024