Package: influenceR
Title: Software Tools to Quantify Structural Importance of Nodes in a
        Network
Version: 0.1.0.1
Authors@R: c(
    person("Jacobs", "Simon", email = "sdjacobs@uchicago.edu", role = "aut"),
    person("Khanna", "Aditya", email = "khanna7@uchicago.edu", role = c("aut", "cre")),
    person("Madduri", "Kamesh", email = "madduri@cse.psu.edu", role = "ctb"),
    person("Bader", "David", email = "bader@cc.gatech.edu", role = "ctb"))
Description: Provides functionality to compute various node centrality measures on networks.
    Included are functions to compute betweenness centrality (by utilizing Madduri and Bader's
    SNAP library), implementations of Burt's constraint and effective
    network size (ENS) metrics, Borgatti's algorithm to identify key players, and Valente's
    bridging metric. On Unix systems, the betweenness, Key Players, and
    bridging implementations are parallelized with OpenMP, which may run
    faster on systems which have OpenMP configured.
Depends: R (>= 3.2.0)
License: GPL-2
Imports: igraph (>= 1.0.1), Matrix (>= 1.1-4), methods, utils
NeedsCompilation: yes
Suggests: testthat
URL: https://github.com/rcc-uchicago/influenceR
Packaged: 2021-09-25 08:29:09 UTC; ripley
Author: Jacobs Simon [aut],
  Khanna Aditya [aut, cre],
  Madduri Kamesh [ctb],
  Bader David [ctb]
Maintainer: Khanna Aditya <khanna7@uchicago.edu>
Repository: CRAN
Date/Publication: 2021-09-25 10:15:40 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 16:12:29 UTC; windows
Archs: i386, x64
