File: control

package info (click to toggle)
r-bioc-beachmat 2.22.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 732 kB
  • sloc: cpp: 4,121; ansic: 838; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,352 bytes parent folder | download | duplicates (2)
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
32
33
34
35
Source: r-bioc-beachmat
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-beachmat
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-beachmat.git
Homepage: https://bioconductor.org/packages/beachmat/
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-bioc-delayedarray (>= 0.27.2),
               r-bioc-sparsearray,
               r-bioc-biocgenerics,
               r-cran-matrix,
               r-cran-rcpp,
               r-bioc-assorthead,
               architecture-is-64-bit
Testsuite: autopkgtest-pkg-r

Package: r-bioc-beachmat
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: I/O for several formats storing matrix data
 Provides a consistent C++ class interface for reading from and
 writing data to a variety of commonly used matrix types. Ordinary
 matrices and several sparse/dense Matrix classes are directly supported,
 third-party S4 classes may be supported by external linkage, while all
 other matrices are handled by DelayedArray block processing.