Package: leiden Type: Package Title: R Implementation of Leiden Clustering Algorithm Version: 0.4.3 Date: 2022-09-10 Authors@R: c(person("S. Thomas", "Kelly", email = "tomkellygenetics@gmail.com", role = c("aut", "cre", "trl")), person("Vincent A.", "Traag", email = "v.a.traag@cwts.leidenuniv.nl", role = c("com"))) Description: Implements the 'Python leidenalg' module to be called in R. Enables clustering using the leiden algorithm for partition a graph into communities. See the 'Python' repository for more details: Traag et al (2018) From Louvain to Leiden: guaranteeing well-connected communities. . License: GPL-3 | file LICENSE URL: https://github.com/TomKellyGenetics/leiden BugReports: https://github.com/TomKellyGenetics/leiden/issues Imports: methods, reticulate, Matrix, igraph (>= 1.2.7) Encoding: UTF-8 RoxygenNote: 7.1.2 Suggests: bipartite, covr, data.table, devtools, graphsim, knitr, markdown, multiplex, multinet, network, RColorBrewer, remotes, rmarkdown, spelling, testthat, tibble Language: en-US VignetteBuilder: knitr Collate: 'find_partition.R' 'leiden.R' 'py_objects.R' NeedsCompilation: no Packaged: 2022-09-10 14:11:24 UTC; tom Author: S. Thomas Kelly [aut, cre, trl], Vincent A. Traag [com] Maintainer: S. Thomas Kelly Repository: CRAN Date/Publication: 2022-09-10 17:22:53 UTC Built: R 4.1.3; ; 2022-09-15 17:39:59 UTC; unix