Package: influential
Type: Package
Title: Identification and Classification of the Most Influential Nodes
Language: en-US
Version: 2.3.0
Authors@R: 
    c(
      person("Adrian", "Salavaty",
       role = c("aut", "cre"),
       email = "abbas.salavaty@gmail.com",
       comment = c(ORCID = "0000-0001-9320-5889")),
      person("Mirana", "Ramialison", role = "ths"),
      person(c("Peter", "D."), "Currie", role = "ths")
    )
Description: Provides functions for classification and ranking of candidate
    features, reconstruction of networks from adjacency matrices and data
    frames, topological analysis, and calculation of centrality measures. The
    package includes the SIRIR model, which combines leave-one-out
    cross-validation with the conventional SIR model to rank vertex influence
    in an unsupervised manner. Additional functions support assessment of
    dependence and correlation between network centrality measures, as well as
    estimation of conditional probabilities of deviation from their
    corresponding means in opposite directions.
Imports: igraph, janitor, ranger, foreach, doParallel, ggplot2, Rcpp
Suggests: Hmisc (>= 4.3-0), mgcv (>= 1.8-31), nortest (>= 1.0-4), NNS
        (>= 0.4.7.1), BiocManager, readr, parallel, shiny, shinythemes,
        shinyWidgets, shinyjs, shinycssloaders, colourpicker, magrittr,
        DT, knitr, rmarkdown
Depends: R (>= 4.0.0)
URL: https://github.com/asalavaty/influential,
        https://asalavaty.github.io/influential/
BugReports: https://github.com/asalavaty/influential/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-02-13 06:09:52 UTC; salavatyadrian
Author: Adrian Salavaty [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9320-5889>),
  Mirana Ramialison [ths],
  Peter D. Currie [ths]
Maintainer: Adrian Salavaty <abbas.salavaty@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-13 07:00:29 UTC
