9627144b7f
14) caTools-0.1.18.1 (January 2021) - function sample.split, documentation updated to explain subset assumptions - function runmad, NA/NaN handling corrected. Thanks to suggestion by W.C. May. 15) caTools-0.1.18.2 (March 2021) - function documentations, missing/broken links fixed
15 lines
378 B
Makefile
15 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/05 04:44:57 mef Exp $
|
|
|
|
R_PKGNAME= caTools
|
|
R_PKGVER= 1.18.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../math/R-bitops/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|