Package: L1centrality Title: Graph/Network Analysis Based on L1 Centrality Version: 0.5.1 Authors@R: c( person("Seungwoo", "Kang", email = "kangsw@skku.edu", 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 (2026a) , Kang and Oh (2026b) , and Kang (2025) . URL: https://github.com/seungwoo-stat/L1centrality BugReports: https://github.com/seungwoo-stat/L1centrality/issues License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 2.10) LazyData: true Imports: doParallel, foreach, graphics, igraph, methods, parallel, Rcpp, stats, utils, withr LinkingTo: Rcpp Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://seungwoo-stat.r-universe.dev Date/Publication: 2026-05-04 12:53:09 UTC RemoteUrl: https://github.com/seungwoo-stat/l1centrality RemoteRef: HEAD RemoteSha: 96ee20baf0a2ae0c642ddb70b61e8a1edfcae853 NeedsCompilation: yes Packaged: 2026-07-03 05:33:09 UTC; root Author: Seungwoo Kang [aut, cre] (ORCID: ), Hee-Seok Oh [aut] Maintainer: Seungwoo Kang