Package: Rwclust
Title: Random Walk Clustering on Weighted Graphs
Version: 0.0.1
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: Matrix
Depends: R (>= 3.5.0)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-05-13 01:16:41 UTC; abc
Repository: CRAN
Date/Publication: 2022-05-17 09:50:05 UTC
