mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
32 lines
1.1 KiB
Tcl
32 lines
1.1 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
|
|
|
|
# Keep this with CRAN.
|
|
R.setup cran kogalur randomForestSRC 3.3.1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Fast unified random forests for survival, regression and classification (RF-SRC)
|
|
long_description {*}${description}
|
|
homepage https://www.randomforestsrc.org
|
|
checksums rmd160 07a262c02610b1be99dfdf9fc3b3c85801dc415d \
|
|
sha256 c5d3eea631a3d7d057d24ac1783ba7b40a58d881967b7d7134e9e0ababa3a83a \
|
|
size 1330136
|
|
|
|
depends_lib-append port:R-data.tree \
|
|
port:R-DiagrammeR
|
|
|
|
depends_test-append port:R-caret \
|
|
port:R-data.table \
|
|
port:R-fst \
|
|
port:R-imbalance \
|
|
port:R-interp \
|
|
port:R-mlbench \
|
|
port:R-pec \
|
|
port:R-prodlim
|
|
|
|
test.run yes
|