summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-matrixStats/Makefile15
-rw-r--r--math/R-cran-matrixStats/distinfo3
-rw-r--r--math/R-cran-matrixStats/pkg-descr8
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f808647bcf5b..486a5dd15835 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/R-cran-matrixStats/Makefile b/math/R-cran-matrixStats/Makefile
new file mode 100644
index 000000000000..76800d577425
--- /dev/null
+++ b/math/R-cran-matrixStats/Makefile
@@ -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>
diff --git a/math/R-cran-matrixStats/distinfo b/math/R-cran-matrixStats/distinfo
new file mode 100644
index 000000000000..f750a1339d58
--- /dev/null
+++ b/math/R-cran-matrixStats/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1594459303
+SHA256 (matrixStats_0.56.0.tar.gz) = 39e34a3dc480b9df05bb1a555eaef1dc1971a53f3ea6e01eb3a68bd1d3760f27
+SIZE (matrixStats_0.56.0.tar.gz) = 188501
diff --git a/math/R-cran-matrixStats/pkg-descr b/math/R-cran-matrixStats/pkg-descr
new file mode 100644
index 000000000000..27155c7ba130
--- /dev/null
+++ b/math/R-cran-matrixStats/pkg-descr
@@ -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/