Type: Package
Package: ig.degree.betweenness
Title: "Node+Edge Betweenness Community Detection Algorithm for
        'igraph' Objects"
Version: 0.2.1
Authors@R: c(
    person("Benjamin", "Smith", , "benyamin.smith@mail.utoronto.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0007-2206-0177")),
    person("Tyler", "Pittman", , "Tyler.Pittman@uhn.ca", role = "aut",
           comment = c(ORCID = "0000-0002-5013-6980")),
    person("Wei", "Xu", , "Wei.Xu@uhn.ca", role = "aut",
           comment = c(ORCID = "0000-0002-0257-8856"))
  )
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>.
License: MIT + file LICENSE
URL: https://github.com/benyamindsmith/ig.degree.betweenness,
        https://benyamindsmith.github.io/ig.degree.betweenness/
BugReports: https://github.com/benyamindsmith/ig.degree.betweenness/issues
Depends: R (>= 4.1.0)
Imports: BBmisc, dplyr, ggplot2, igraph, igraphdata, lifecycle, qgraph,
        rlist, stats, tibble, tidyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-06-17 15:59:54 UTC; ben29
Author: Benjamin Smith [aut, cre] (ORCID:
    <https://orcid.org/0009-0007-2206-0177>),
  Tyler Pittman [aut] (ORCID: <https://orcid.org/0000-0002-5013-6980>),
  Wei Xu [aut] (ORCID: <https://orcid.org/0000-0002-0257-8856>)
Maintainer: Benjamin Smith <benyamin.smith@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2026-06-17 21:50:02 UTC
