Package: leidenbase
Type: Package
Title: R and C/C++ Wrappers to Run the Leiden find_partition() Function
Authors@R: c( person('Brent', 'Ewing', email = 'bge@uw.edu', role = c('aut', 'cre')),
              person('Vincent', 'Traag', role = 'ctb'),
              person('Gábor', 'Csárdi', role = 'ctb'),
              person('Tamás', 'Nepusz', role = 'ctb'),
              person('Szabolcs', 'Horvat', role = 'ctb'),
              person('Fabio', 'Zanini', role = 'ctb'))
Version: 0.1.23
Description: 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
    <https://github.com/vtraag/leidenalg/>
    and the R 'igraph' package is available from
    <https://igraph.org/r/>.
    The Leiden algorithm is described in the article by
    Traag et al. (2019) <doi:10.1038/s41598-019-41695-z>.
    Leidenbase includes code from the packages:
       igraph version 0.9.8 with license GPL (>= 2),
       leidenalg version 0.8.10 with license GPL 3.
Imports: igraph (>= 0.9.0)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Suggests: rmarkdown, knitr, testthat (>= 3.1.0)
URL: https://github.com/cole-trapnell-lab/leidenbase
BugReports: https://github.com/cole-trapnell-lab/leidenbase/issues
NeedsCompilation: yes
Maintainer: Brent Ewing <bge@uw.edu>
VignetteBuilder: knitr
Packaged: 2023-07-11 19:38:05 UTC; brent
Author: Brent Ewing [aut, cre],
  Vincent Traag [ctb],
  Gábor Csárdi [ctb],
  Tamás Nepusz [ctb],
  Szabolcs Horvat [ctb],
  Fabio Zanini [ctb]
Repository: CRAN
Date/Publication: 2023-07-16 18:00:05 UTC
