- Add new port: math/R-cran-matrixStats

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().

  WWW: https://cran.r-project.org/web/packages/matrixStats/
This commit is contained in:
TAKATSU Tomonari
2020-07-11 10:27:23 +00:00
parent 5d2b509e2d
commit d0103a1dbb
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@
SUBDIR += R-cran-lme4
SUBDIR += R-cran-lpSolve
SUBDIR += R-cran-magic
SUBDIR += R-cran-matrixStats
SUBDIR += R-cran-maxLik
SUBDIR += R-cran-mcmc
SUBDIR += R-cran-memisc
+15
View File
@@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= matrixStats
PORTVERSION= 0.56.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions that Apply to Rows and Columns of Matrices
LICENSE= ART20
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1594459303
SHA256 (matrixStats_0.56.0.tar.gz) = 39e34a3dc480b9df05bb1a555eaef1dc1971a53f3ea6e01eb3a68bd1d3760f27
SIZE (matrixStats_0.56.0.tar.gz) = 188501
+8
View File
@@ -0,0 +1,8 @@
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().
WWW: https://cran.r-project.org/web/packages/matrixStats/