# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "leidenbase" in publications use:' type: software license: GPL-3.0-only title: 'leidenbase: R and C/C++ Wrappers to Run the Leiden find_partition() Function' version: 0.1.30 doi: 10.32614/CRAN.package.leidenbase abstract: '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.' authors: - family-names: Ewing given-names: Brent email: bge@uw.edu repository: https://cole-trapnell-lab.r-universe.dev repository-code: https://github.com/cole-trapnell-lab/leidenbase commit: 1f9081aeb3377c6cff31780894b676b968b72987 url: https://github.com/cole-trapnell-lab/leidenbase date-released: '2024-07-10' contact: - family-names: Ewing given-names: Brent email: bge@uw.edu