mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
d0103a1dbb
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/
16 lines
274 B
Makefile
16 lines
274 B
Makefile
# $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>
|