add version 0.57.0 to r-matrixstats (#21091)

This commit is contained in:
Glenn Johnson 2021-01-17 11:25:09 -06:00 committed by GitHub
parent b8296aedf3
commit 8abe261359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,17 +7,19 @@
class RMatrixstats(RPackage): class RMatrixstats(RPackage):
"""High-performing functions operating on rows and columns of matrices, """Functions that Apply to Rows and Columns of Matrices (and to Vectors)
e.g. col / rowMedians(), col / rowRanks(), and col / rowSds(). Functions
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 optimized per data type and for subsetted calculations such that both
memory usage and processing time is minimized. There are also optimized memory usage and processing time is minimized. There are also optimized
vector-based methods, e.g. binMeans(), madDiff() and vector-based methods, e.g. binMeans(), madDiff() and weightedMedian()."""
weightedMedian()."""
homepage = "https://cloud.r-project.org/package=matrixStats" homepage = "https://cloud.r-project.org/package=matrixStats"
url = "https://cloud.r-project.org/src/contrib/matrixStats_0.52.2.tar.gz" url = "https://cloud.r-project.org/src/contrib/matrixStats_0.52.2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/matrixStats" list_url = "https://cloud.r-project.org/src/contrib/Archive/matrixStats"
version('0.57.0', sha256='f9681887cd3b121762c83f55f189cae26cb8443efce91fcd212ac714fde9f343')
version('0.55.0', sha256='16d6bd90eee4cee8df4c15687de0f9b72730c03e56603c2998007d4533e8db19') version('0.55.0', sha256='16d6bd90eee4cee8df4c15687de0f9b72730c03e56603c2998007d4533e8db19')
version('0.54.0', sha256='8f0db4e181300a208b9aedbebfdf522a2626e6675d2662656efb8ba71b05a06f') version('0.54.0', sha256='8f0db4e181300a208b9aedbebfdf522a2626e6675d2662656efb8ba71b05a06f')
version('0.52.2', sha256='39da6aa6b109f89a141dab8913d981abc4fbd3f8be9e206f92e382cc5270d2a5') version('0.52.2', sha256='39da6aa6b109f89a141dab8913d981abc4fbd3f8be9e206f92e382cc5270d2a5')