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.18
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>.
Imports: igraph (>= 0.8.2)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
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-04-14 18:44:49 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-04-15 09:20:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-04-16 11:12:47 UTC; unix
Archs: leidenbase.so.dSYM
