pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 00:14:23 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/R-caTools: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3181 -r1.3182 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-caTools/DESCR \
    pkgsrc/devel/R-caTools/Makefile pkgsrc/devel/R-caTools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3181 pkgsrc/devel/Makefile:1.3182
--- pkgsrc/devel/Makefile:1.3181        Thu Aug  6 23:18:14 2020
+++ pkgsrc/devel/Makefile       Fri Aug  7 00:14:22 2020
@@ -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-bindr
 SUBDIR+=       R-bit
 SUBDIR+=       R-bit64
 SUBDIR+=       R-blob
+SUBDIR+=       R-caTools
 SUBDIR+=       R-callr
 SUBDIR+=       R-checkmate
 SUBDIR+=       R-cli

Added files:

Index: pkgsrc/devel/R-caTools/DESCR
diff -u /dev/null pkgsrc/devel/R-caTools/DESCR:1.1
--- /dev/null   Fri Aug  7 00:14:23 2020
+++ pkgsrc/devel/R-caTools/DESCR        Fri Aug  7 00:14:23 2020
@@ -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.
Index: pkgsrc/devel/R-caTools/Makefile
diff -u /dev/null pkgsrc/devel/R-caTools/Makefile:1.1
--- /dev/null   Fri Aug  7 00:14:23 2020
+++ pkgsrc/devel/R-caTools/Makefile     Fri Aug  7 00:14:23 2020
@@ -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"
Index: pkgsrc/devel/R-caTools/distinfo
diff -u /dev/null pkgsrc/devel/R-caTools/distinfo:1.1
--- /dev/null   Fri Aug  7 00:14:23 2020
+++ pkgsrc/devel/R-caTools/distinfo     Fri Aug  7 00:14:23 2020
@@ -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