mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran cran nlpred 1.0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Estimators of non-linear cross-validated risks optimized for small samples
|
|
long_description {*}${description}
|
|
checksums rmd160 9da2af425b5ff84a77392686653a6a1376828a78 \
|
|
sha256 475ce7a8a67d2e43d2e259e1a195cff3065d51fee629de80326397f621525616 \
|
|
size 690316
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-bde \
|
|
port:R-cvAUC \
|
|
port:R-data.table \
|
|
port:R-np \
|
|
port:R-Rdpack \
|
|
port:R-ROCR \
|
|
port:R-SuperLearner
|
|
|
|
depends_test-append port:R-glmnet \
|
|
port:R-knitr \
|
|
port:R-prettydoc \
|
|
port:R-randomForest \
|
|
port:R-ranger \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|