Received: by mail.netbsd.org (Postfix, from userid 605) id 70B8D84D65; Fri, 7 Aug 2020 00:14:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8AB884CF7 for ; Fri, 7 Aug 2020 00:14:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QReWkfna00ur for ; Fri, 7 Aug 2020 00:14:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5A74484CEA for ; Fri, 7 Aug 2020 00:14:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FC20FB28; Fri, 7 Aug 2020 00:14:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159675926361280" MIME-Version: 1.0 Date: Fri, 7 Aug 2020 00:14:23 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200807001423.4FC20FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159675926361280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_159675926361280 Content-Disposition: inline Content-Length: 2278 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_159675926361280--