# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "matrixStats" in publications use:' type: software license: Artistic-2.0 title: 'matrixStats: Functions that Apply to Rows and Columns of Matrices (and to Vectors)' version: 1.5.0 doi: 10.32614/CRAN.package.matrixStats abstract: 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(). authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com repository: https://CRAN.R-project.org/package=matrixStats repository-code: https://github.com/HenrikBengtsson/matrixStats url: https://github.com/HenrikBengtsson/matrixStats date-released: '2025-01-07' contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com