Package: xtranat Type: Package Title: Network Metrics Based on Random Walks Version: 0.1.0 Authors@R: c(person(given = "Fernando", family = "DePaolis", role = c("aut", "cre"), email = "fdepaolis@middlebury.edu", comment = c(ORCID = "0000-0003-2296-8381"))) Description: There are two new network metrics, RWC (random walk centrality) and CBET (counting betweenness). Also available are the normalized versions of those metrics. These measures of centrality and betweenness are particularly useful for the analysis of very dense weighted networks which include loops. Traditional measures do not work as well for those network characteristics. The main reference is DePaolis at al (2022) . License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) LazyData: true RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, igraph, kableExtra, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Depends: R (>= 2.10) URL: https://github.com/fdepaolis/xtranat BugReports: https://github.com/fdepaolis/xtranat/issues Repository: https://fdepaolis.r-universe.dev Date/Publication: 2023-05-24 23:56:26 UTC RemoteUrl: https://github.com/fdepaolis/xtranat RemoteRef: HEAD RemoteSha: f319ef39677f2ba56990ba00362a2aaaf634fee3 NeedsCompilation: no Packaged: 2026-06-18 09:58:29 UTC; root Author: Fernando DePaolis [aut, cre] (ORCID: ) Maintainer: Fernando DePaolis