Source: r-bioc-s4vectors
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 (= 13),
 dh-r,
 r-base-dev,
 r-bioc-biocgenerics (>= 0.53.2),
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-s4vectors
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-s4vectors.git
Homepage: https://bioconductor.org/packages/S4Vectors/

Package: r-bioc-s4vectors
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Foundation of vector-like and list-like containers in Bioconductor
 The S4Vectors package defines the Vector and List virtual classes and a set
 of generic functions that extend the semantic of ordinary vectors and lists in
 R. Package developers can easily implement vector-like or list-like objects as
 concrete subclasses of Vector or List. In addition, a few low-level concrete
 subclasses of general interest (e.g. DataFrame, Rle, Factor, and Hits)
 are implemented in the S4Vectors package itself (many more are implemented
 in the IRanges package and in other Bioconductor infrastructure packages).
