Source: r-bioc-s4arrays
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-cran-matrix,
 r-cran-abind,
 r-bioc-biocgenerics (>= 0.45.2),
 r-bioc-s4vectors (>= 0.47.6),
 r-bioc-iranges,
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-s4arrays
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-s4arrays.git
Homepage: https://bioconductor.org/packages/S4Arrays/

Package: r-bioc-s4arrays
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Foundation of array-like containers in Bioconductor
 The S4Arrays package defines the Array virtual class to be extended by other
 S4 classes that wish to implement a container with an array-like semantic.
 It also provides: (1) low-level functionality meant to help the developer
 of such container to implement basic operations like display, subsetting,
 or coercion of their array-like objects to an ordinary matrix or array,
 and (2) a framework that facilitates block processing of array-like objects
 (typically on-disk objects).
