Package: leiden Type: Package Title: R Implementation of Leiden Clustering Algorithm Version: 0.4.3.1 Date: 2023-11-08 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.2.3 Suggests: bipartite, covr, data.table, devtools, graphsim, knitr, markdown, multiplex, multinet, network, qpdf, RColorBrewer, remotes, rmarkdown, spelling, testthat, tibble Language: en-US VignetteBuilder: knitr Collate: 'find_partition.R' 'leiden.R' 'py_objects.R' Config/pak/sysreqs: libglpk-dev libpng-dev libxml2-dev python3 Repository: https://tomkellygenetics.r-universe.dev Date/Publication: 2024-05-26 23:59:16 UTC RemoteUrl: https://github.com/tomkellygenetics/leiden RemoteRef: HEAD RemoteSha: 22ae49d7bbf28a8b635d2ac852be717a68d8a1c1 NeedsCompilation: no Packaged: 2026-06-19 08:12:33 UTC; root Author: S. Thomas Kelly [aut, cre, trl], Vincent A. Traag [com] Maintainer: S. Thomas Kelly