Package: Rwclust
Title: Random Walk Clustering on Weighted Graphs
Version: 0.1.0
Authors@R: 
    person("Carson", "Sprock", , "csprock@gmail.com", role = c("aut", "cre"))
Author: Carson Sprock [aut, cre]
Maintainer: Carson Sprock <csprock@gmail.com>
Description: Implements the random walk clustering algorithm for weighted graphs as found in Harel and Koren (2001) <https://link.springer.com/chapter/10.1007/3-540-45294-X_3>. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: igraph, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: checkmate, Matrix
Depends: R (>= 3.5.0)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-07-24 17:16:27 UTC; abc
Repository: CRAN
Date/Publication: 2022-07-24 21:50:06 UTC
Built: R 4.2.0; ; 2022-07-25 11:19:04 UTC; unix
