Source: r-bioc-s4vectors Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Priority: optional Build-Depends: debhelper (>= 11~), dh-r, r-base-dev, r-bioc-biocgenerics (>= 0.23.3) Standards-Version: 4.2.1 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} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Breaks: r-bioc-genomicalignments (<< 1.18~), r-bioc-iranges (<< 2.16~), r-bioc-shortread (<< 1.40~), r-bioc-variantannotation (<< 1.28~) Description: BioConductor S4 implementation of vectors and lists 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, and Hits) are implemented in the S4Vectors package itself (many more are implemented in the IRanges package and in other Bioconductor infrastructure packages).