Package: BumpyMatrix
Version: 1.20.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
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-04-28 12:54:43 UTC
RemoteUrl: https://github.com/bioc/BumpyMatrix
RemoteRef: RELEASE_3_23
RemoteSha: 6533cb1ee20986df2e0fc376945c28412fdb34d6
NeedsCompilation: no
Packaged: 2026-04-29 13:47:39 UTC; root
Author: Aaron Lun [aut, cre],
  Genentech, Inc. [cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.6.0; ; 2026-04-29 13:49:03 UTC; windows
