1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- 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/
This commit is contained in:
TAKATSU Tomonari 2017-09-10 04:38:29 +00:00
parent b8b4e9e2fb
commit 22452bfee0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449515
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1504922950
SHA256 (ipred_0.9-6.tar.gz) = b8d36438eb9b7209d27b85738dcad03b2e535dcb2f4191432780d9cbf00d3cef
SIZE (ipred_0.9-6.tar.gz) = 186516

View File

@ -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/