Package: BumpyMatrix
Version: 1.18.0
Date: 2021-07-03
Title: Bumpy Matrix of Non-Scalar Objects
Description: Implements the BumpyMatrix class and several subclasses
    for holding non-scalar objects in each entry of the matrix. This is akin to
    a ragged array but the raggedness is in the third dimension, much like
    a bumpy surface - hence the name. Of particular interest is the
    BumpyDataFrameMatrix, where each entry is a Bioconductor data frame.
    This allows us to naturally represent multivariate data in a format
    that is compatible with two-dimensional containers like the
    SummarizedExperiment and MultiAssayExperiment objects.
Authors@R: c(
        person("Aaron", "Lun", role=c("aut", "cre"), email="infinite.monkeys.with.keyboards@gmail.com"),
        person("Genentech, Inc.", role="cph")
    )
License: MIT + file LICENSE
Imports: utils, methods, Matrix, S4Vectors, IRanges
Suggests: BiocStyle, knitr, rmarkdown, testthat
biocViews: Software, Infrastructure, DataRepresentation
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: https://bioconductor.org/packages/BumpyMatrix
BugReports: https://github.com/LTLA/BumpyMatrix/issues
git_url: https://git.bioconductor.org/packages/BumpyMatrix
git_branch: RELEASE_3_22
git_last_commit: d16b5ea
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 02:59:03 UTC; biocbuild
Author: Aaron Lun [aut, cre],
  Genentech, Inc. [cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.5.1; ; 2025-10-30 12:07:09 UTC; unix
