1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/math/R-cran-matrixStats/Makefile
TAKATSU Tomonari d0103a1dbb - 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/
2020-07-11 10:27:23 +00:00

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>