Package: L1centrality
Title: Graph/Network Analysis Based on L1 Centrality
Version: 0.0.2
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. Functions for deriving global and local L1 centrality and L1 centrality-based neighborhoods of vertices are provided. Routines for visual inspection of a graph/network are also provided.
URL: https://github.com/seungwoo-stat/L1centrality
BugReports: https://github.com/seungwoo-stat/L1centrality/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
LazyData: true
Imports: graphics, igraph, Rcpp, stats, utils, withr
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2023-12-18 00:17:35 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: 2023-12-18 18:10:05 UTC
