File: control

package info (click to toggle)
r-bioc-alabaster.matrix 1.6.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 484 kB
  • sloc: cpp: 89; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,567 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
32
33
34
35
36
37
38
39
40
41
Source: r-bioc-alabaster.matrix
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-alabaster.matrix
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-alabaster.matrix.git
Homepage: https://bioconductor.org/packages/alabaster.matrix
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-bioc-alabaster.base,
               r-bioc-biocgenerics,
               r-bioc-s4vectors,
               r-bioc-delayedarray (>= 0.31.8),
               r-bioc-s4arrays,
               r-bioc-sparsearray (>= 1.5.22),
               r-bioc-rhdf5 (>= 2.47.1),
               r-bioc-hdf5array,
               r-cran-matrix,
               r-cran-rcpp,
               architecture-is-64-bit
Testsuite: autopkgtest-pkg-r

Package: r-bioc-alabaster.matrix
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Load and Save matrices, arrays, and similar objects from files
 Save matrices, arrays and similar objects into file artifacts, and load them
 back into memory.
 This is a more portable alternative to serialization of such objects into RDS
 files.
 Each artifact is associated with metadata for further interpretation;
 downstream applications can enrich this metadata with context-specific
 properties.