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
24 lines
875 B
Tcl
24 lines
875 B
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 andy_liaw randomForest 4.7-1.2
|
||
revision 0
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license GPL-2+
|
||
description Breiman and Cutler’s Random Forests \
|
||
for classification and regression
|
||
long_description {*}${description}
|
||
homepage https://www.stat.berkeley.edu/~breiman/RandomForests
|
||
checksums rmd160 76ec14de4cc7c6e61211bb4af486ec78de48e70d \
|
||
sha256 aad33227b648bad50412849d7e0fed00fd07f1d1d4a14fa015b4b9f939b04a11 \
|
||
size 81974
|
||
|
||
compilers.setup require_fortran
|
||
|
||
depends_test-append port:R-RColorBrewer
|
||
|
||
test.run yes
|