Source: r-cran-leidenbase Standards-Version: 4.7.4 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-igraph, architecture-is-64-bit, architecture-is-little-endian, pkgconf, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-leidenbase Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-leidenbase.git Homepage: https://cran.r-project.org/package=leidenbase Package: r-cran-leidenbase Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: R and C/C++ Wrappers to Run the Leiden find_partition() Function An R to C/C++ interface that runs the Leiden community detection algorithm to find a basic partition (). It runs the equivalent of the 'leidenalg' find_partition() function, which is given in the 'leidenalg' distribution file 'leiden/src/functions.py'. This package includes the required source code files from the official 'leidenalg' distribution and functions from the R 'igraph' package. The 'leidenalg' distribution is available from and the R 'igraph' package is available from . The Leiden algorithm is described in the article by Traag et al. (2019) . Leidenbase includes code from the packages: igraph version 0.9.8 with license GPL (>= 2), leidenalg version 0.8.10 with license GPL 3.