# -------------------------------------------- # 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.3.0 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://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/matrixStats url: https://github.com/HenrikBengtsson/matrixStats contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com