diff options
author | brook <brook@pkgsrc.org> | 2020-08-07 00:14:22 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-07 00:14:22 +0000 |
commit | 5c6f0c4c0b64c9528852d63eec26b042e74293f7 (patch) | |
tree | 847f9adfd545915f86fa2c9ff54ca7ae4cbd717d /devel/R-caTools | |
parent | 2b1cfa6ec9c6329cf44f91e89bfc366a07a37033 (diff) | |
download | pkgsrc-5c6f0c4c0b64c9528852d63eec26b042e74293f7.tar.gz |
devel/R-caTools: import R-caTools-1.18.0
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.
Diffstat (limited to 'devel/R-caTools')
-rw-r--r-- | devel/R-caTools/DESCR | 4 | ||||
-rw-r--r-- | devel/R-caTools/Makefile | 15 | ||||
-rw-r--r-- | devel/R-caTools/distinfo | 6 |
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/R-caTools/DESCR b/devel/R-caTools/DESCR new file mode 100644 index 00000000000..951254d51ce --- /dev/null +++ b/devel/R-caTools/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/devel/R-caTools/Makefile b/devel/R-caTools/Makefile new file mode 100644 index 00000000000..9306e6112ad --- /dev/null +++ b/devel/R-caTools/Makefile @@ -0,0 +1,15 @@ +# $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" diff --git a/devel/R-caTools/distinfo b/devel/R-caTools/distinfo new file mode 100644 index 00000000000..12fdd7a30b4 --- /dev/null +++ b/devel/R-caTools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/07 00:14:23 brook Exp $ + +SHA1 (R/caTools_1.18.0.tar.gz) = 167c3fcb2697a2aeb847ef6e07929e444c1fcf19 +RMD160 (R/caTools_1.18.0.tar.gz) = c12a6b6df09b4e39f359653984317ff821a17828 +SHA512 (R/caTools_1.18.0.tar.gz) = af9f5e3d6b11e7f6e95e59051544f2d54f4f17b3a548fc6695204b9bb94592a5cef50b2cd5ce3787c85e1d022605b7528d1b49b06a6604ec377811a51388930e +Size (R/caTools_1.18.0.tar.gz) = 64577 bytes |