Source: r-cran-matrixstats
Standards-Version: 4.7.3
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-matrixstats
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-matrixstats.git
Homepage: https://cran.r-project.org/package=matrixStats
Rules-Requires-Root: no

Package: r-cran-matrixstats
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Functions that Apply to Rows and Columns of Matrices (and to Vectors)
 High-performing functions operating on rows and columns of matrices, 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. There are also optimized vector-based methods,
 e.g. binMeans(), madDiff() and weightedMedian().
