Package: L1centrality
Title: Graph/Network Analysis Based on L1 Centrality
Version: 0.2.0
Authors@R: c(
  person("Seungwoo", "Kang", email = "kangsw0401@snu.ac.kr", role = c("aut", "cre"), 
  comment=c(ORCID="0000-0001-8082-0794")),
  person("Hee-Seok", "Oh", email = "heeseok@stats.snu.ac.kr", role = c("aut")))
Description: Analyze graph/network data using L1 centrality and prestige. Functions for deriving global, local, and group L1 centrality/prestige are provided. Routines for visual inspection of a graph/network are also provided. Details are in Kang and Oh (2024) <doi:10.48550/arXiv.2404.13233>.
URL: https://github.com/seungwoo-stat/L1centrality
BugReports: https://github.com/seungwoo-stat/L1centrality/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: R (>= 2.10)
LazyData: true
Imports: graphics, igraph, Rcpp, stats, utils, withr
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2024-08-20 01:38:19 UTC; admin
Author: Seungwoo Kang [aut, cre] (<https://orcid.org/0000-0001-8082-0794>),
  Hee-Seok Oh [aut]
Maintainer: Seungwoo Kang <kangsw0401@snu.ac.kr>
Repository: CRAN
Date/Publication: 2024-08-20 04:20:02 UTC
