Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2017 04:38:29 +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: r449515 - in head/math: . R-cran-ipred
Message-ID:  <201709100438.v8A4cTLC003742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Sep 10 04:38:29 2017
New Revision: 449515
URL: https://svnweb.freebsd.org/changeset/ports/449515

Log:
  - Add new port: math/R-cran-ipred
  
    Improved predictive models by indirect classification and bagging
    for classification, regression and survival problems as well as
    resampling based estimators of prediction error.
  
    WWW: https://cran.r-project.org/web/packages/ipred/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep 10 02:04:26 2017	(r449514)
+++ head/math/Makefile	Sun Sep 10 04:38:29 2017	(r449515)
@@ -46,6 +46,7 @@
     SUBDIR += R-cran-igraph
     SUBDIR += R-cran-influenceR
     SUBDIR += R-cran-inline
+    SUBDIR += R-cran-ipred
     SUBDIR += R-cran-irlba
     SUBDIR += R-cran-labeling
     SUBDIR += R-cran-lava

Added: head/math/R-cran-ipred/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ipred/Makefile	Sun Sep 10 04:38:29 2017	(r449515)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ipred
+DISTVERSION=	0.9-6
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Improved Predictors
+
+LICENSE=	GPLv2+
+
+CRAN_DEPENDS=	R-cran-prodlim>0:math/R-cran-prodlim
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-ipred/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ipred/distinfo	Sun Sep 10 04:38:29 2017	(r449515)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504922950
+SHA256 (ipred_0.9-6.tar.gz) = b8d36438eb9b7209d27b85738dcad03b2e535dcb2f4191432780d9cbf00d3cef
+SIZE (ipred_0.9-6.tar.gz) = 186516

Added: head/math/R-cran-ipred/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ipred/pkg-descr	Sun Sep 10 04:38:29 2017	(r449515)
@@ -0,0 +1,5 @@
+Improved predictive models by indirect classification and bagging
+for classification, regression and survival problems as well as
+resampling based estimators of prediction error.
+
+WWW: https://cran.r-project.org/web/packages/ipred/



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