- 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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1594459303
|
||||
SHA256 (matrixStats_0.56.0.tar.gz) = 39e34a3dc480b9df05bb1a555eaef1dc1971a53f3ea6e01eb3a68bd1d3760f27
|
||||
SIZE (matrixStats_0.56.0.tar.gz) = 188501
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user