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
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 15:05:25 UTC
RemoteUrl: https://github.com/bioc/BumpyMatrix
RemoteRef: RELEASE_3_22
RemoteSha: d16b5ea6bd388e1e636b1f1f06a8cac562ddd1c7
NeedsCompilation: no
Packaged: 2025-11-11 13:29:08 UTC; root
Author: Aaron Lun [aut, cre],
  Genentech, Inc. [cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.5.2; ; 2025-11-11 13:31:54 UTC; windows
