199e800e77
Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.
15 lines
380 B
Makefile
15 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/07 00:14:23 brook Exp $
|
|
|
|
R_PKGNAME= caTools
|
|
R_PKGVER= 1.18.0
|
|
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"
|