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:
parent
b8b4e9e2fb
commit
22452bfee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449515
@ -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
|
||||
|
20
math/R-cran-ipred/Makefile
Normal file
20
math/R-cran-ipred/Makefile
Normal 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>
|
3
math/R-cran-ipred/distinfo
Normal file
3
math/R-cran-ipred/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1504922950
|
||||
SHA256 (ipred_0.9-6.tar.gz) = b8d36438eb9b7209d27b85738dcad03b2e535dcb2f4191432780d9cbf00d3cef
|
||||
SIZE (ipred_0.9-6.tar.gz) = 186516
|
5
math/R-cran-ipred/pkg-descr
Normal file
5
math/R-cran-ipred/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user