Package: DelayedMatrixStats
Type: Package
Title: Functions that Apply to Rows and Columns of 'DelayedMatrix'
        Objects
Version: 1.0.3
Authors@R: c(person("Peter", "Hickey", role = c("aut", "cre"),
    email = "peter.hickey@gmail.com"))
Author: Peter Hickey <peter.hickey@gmail.com>
Maintainer: Peter Hickey <peter.hickey@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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
Depends: DelayedArray
Imports: methods, matrixStats (>= 0.53.1), Matrix, S4Vectors, IRanges
Suggests: testthat, HDF5Array, knitr, rmarkdown, covr, BiocStyle,
        microbenchmark, profmem
VignetteBuilder: knitr
URL: https://github.com/PeteHaitch/DelayedMatrixStats
BugReports: https://github.com/PeteHaitch/DelayedMatrixStats/issues
biocViews: Infrastructure, DataRepresentation, Software
NeedsCompilation: no
Packaged: 2018-02-15 03:07:47 UTC; biocbuild
Built: R 3.4.3; ; 2018-02-15 04:39:39 UTC; windows
