Package: ScaledMatrix Version: 1.21.0 Date: 2024-02-29 Title: Creating a DelayedMatrix of Scaled and Centered Values Authors@R: person("Aaron", "Lun", role=c("aut", "cre", "cph"), email="infinite.monkeys.with.keyboards@gmail.com") Imports: methods, Matrix, S4Vectors, DelayedArray Suggests: testthat, BiocStyle, knitr, rmarkdown, BiocSingular, DelayedMatrixStats biocViews: Software, DataRepresentation Description: Provides delayed computation of a matrix of scaled and centered values. The result is equivalent to using the scale() function but avoids explicit realization of a dense matrix during block processing. This permits greater efficiency in common operations, most notably matrix multiplication. License: GPL-3 VignetteBuilder: knitr RoxygenNote: 7.3.1 BugReports: https://github.com/LTLA/ScaledMatrix/issues URL: https://github.com/LTLA/ScaledMatrix Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:54:45 UTC RemoteUrl: https://github.com/bioc/ScaledMatrix RemoteRef: HEAD RemoteSha: bed8e01f55e8784a21e89fa425516baa10accc71 NeedsCompilation: no Packaged: 2026-07-04 05:55:07 UTC; root Author: Aaron Lun [aut, cre, cph] Maintainer: Aaron Lun