Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 21:33:30 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318202 - in head/devel: . R-cran-caTools
Message-ID:  <201305142133.r4ELXUgT006115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue May 14 21:33:29 2013
New Revision: 318202
URL: http://svnweb.freebsd.org/changeset/ports/318202

Log:
  - Add new port: devel/R-cran-caTools
  
    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.
  
    WWW: http://cran.r-project.org/web/packages/caTools/

Added:
  head/devel/R-cran-caTools/
  head/devel/R-cran-caTools/Makefile   (contents, props changed)
  head/devel/R-cran-caTools/distinfo   (contents, props changed)
  head/devel/R-cran-caTools/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue May 14 21:31:07 2013	(r318201)
+++ head/devel/Makefile	Tue May 14 21:33:29 2013	(r318202)
@@ -14,6 +14,7 @@
     SUBDIR += R-cran-RUnit
     SUBDIR += R-cran-Rcpp
     SUBDIR += R-cran-bitops
+    SUBDIR += R-cran-caTools
     SUBDIR += R-cran-caret
     SUBDIR += R-cran-chron
     SUBDIR += R-cran-foreach

Added: head/devel/R-cran-caTools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-caTools/Makefile	Tue May 14 21:33:29 2013	(r318202)
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	caTools
+PORTVERSION=	1.14
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Tools: moving window statistics, GIF, Base64, ROC AUC, etc
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-caTools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-caTools/distinfo	Tue May 14 21:33:29 2013	(r318202)
@@ -0,0 +1,2 @@
+SHA256 (caTools_1.14.tar.gz) = bb1da4ab004e3199e1f8712d0fd4e4031e58fed52dae8de000e3528f493a0ca3
+SIZE (caTools_1.14.tar.gz) = 62791

Added: head/devel/R-cran-caTools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-caTools/pkg-descr	Tue May 14 21:33:29 2013	(r318202)
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://cran.r-project.org/web/packages/caTools/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305142133.r4ELXUgT006115>