Package: DelayedMatrixStats
Type: Package
Title: Functions that Apply to Rows and Columns of 'DelayedMatrix'
        Objects
Version: 1.33.0
Date: 2025-01-09
Authors@R: c(person("Peter", "Hickey", role = c("aut", "cre"),
    email = "peter.hickey@gmail.com", comment = c(ORCID = "0000-0002-8153-6258")),
    person("Hervé", "Pagès", role = "ctb", email = "hpages.on.github@gmail.com"),
    person("Aaron", "Lun", role = "ctb", email = "infinite.monkeys.with.keyboards@gmail.com"))
Description: A port of the 'matrixStats' API for use with DelayedMatrix
        objects from the 'DelayedArray' package. High-performing
        functions operating on rows and columns of DelayedMatrix
        objects, e.g. col / rowMedians(), col / rowRanks(), and col /
        rowSds(). Functions optimized per data type and for subsetted
        calculations such that both memory usage and processing time is
        minimized.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: MatrixGenerics (>= 1.15.1), DelayedArray (>= 0.31.7)
Imports: methods, sparseMatrixStats (>= 1.13.2), Matrix (>= 1.5-0),
        S4Vectors (>= 0.17.5), IRanges (>= 2.25.10), SparseArray (>=
        1.5.19)
Suggests: testthat, knitr, rmarkdown, BiocStyle, microbenchmark,
        profmem, HDF5Array, matrixStats (>= 1.0.0)
VignetteBuilder: knitr
URL: https://github.com/PeteHaitch/DelayedMatrixStats
BugReports: https://github.com/PeteHaitch/DelayedMatrixStats/issues
biocViews: Infrastructure, DataRepresentation, Software
Config/pak/sysreqs: zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 14:41:36 UTC
RemoteUrl: https://github.com/bioc/DelayedMatrixStats
RemoteRef: HEAD
RemoteSha: ec9ae2242337bae56c1cb112fd9ac8a92078ddbb
NeedsCompilation: no
Packaged: 2025-11-02 14:51:11 UTC; root
Author: Peter Hickey [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8153-6258>),
  Hervé Pagès [ctb],
  Aaron Lun [ctb]
Maintainer: Peter Hickey <peter.hickey@gmail.com>
Built: R 4.6.0; ; 2025-11-02 14:53:18 UTC; windows
