File: control

package info (click to toggle)
r-cran-leidenbase 0.1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,252 kB
  • sloc: ansic: 86,312; cpp: 29,185; fortran: 3,880; yacc: 1,146; python: 601; lex: 484; makefile: 21; sh: 16
file content (31 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: r-cran-leidenbase
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-igraph
Standards-Version: 4.7.0
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
Rules-Requires-Root: no

Package: r-cran-leidenbase
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU 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.