Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel devel/R-caTools: import R-caTools-1.18.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9da714e0e752
branches: trunk
changeset: 436622:9da714e0e752
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 07 00:14:22 2020 +0000
description:
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:
devel/Makefile | 3 ++-
devel/R-caTools/DESCR | 4 ++++
devel/R-caTools/Makefile | 15 +++++++++++++++
devel/R-caTools/distinfo | 6 ++++++
4 files changed, 27 insertions(+), 1 deletions(-)
diffs (54 lines):
diff -r 63139b2d0587 -r 9da714e0e752 devel/Makefile
--- a/devel/Makefile Fri Aug 07 00:08:36 2020 +0000
+++ b/devel/Makefile Fri Aug 07 00:14:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3181 2020/08/06 23:18:14 joerg Exp $
+# $NetBSD: Makefile,v 1.3182 2020/08/07 00:14:22 brook Exp $
#
COMMENT= Development utilities
@@ -22,6 +22,7 @@
SUBDIR+= R-bit
SUBDIR+= R-bit64
SUBDIR+= R-blob
+SUBDIR+= R-caTools
SUBDIR+= R-callr
SUBDIR+= R-checkmate
SUBDIR+= R-cli
diff -r 63139b2d0587 -r 9da714e0e752 devel/R-caTools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-caTools/DESCR Fri Aug 07 00:14:22 2020 +0000
@@ -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 -r 63139b2d0587 -r 9da714e0e752 devel/R-caTools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-caTools/Makefile Fri Aug 07 00:14:22 2020 +0000
@@ -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@localhost
+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 -r 63139b2d0587 -r 9da714e0e752 devel/R-caTools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-caTools/distinfo Fri Aug 07 00:14:22 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index