mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
788 B
Tcl
22 lines
788 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 jeffreyevans rfUtilities 2.1-5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Random forests model selection and performance evaluation
|
|
long_description {*}${description}
|
|
checksums rmd160 f0c784b7c2f6ad71d846a55b85e06a44d0fc8ec6 \
|
|
sha256 20f72104157fbd86e25be0ce9a49a1c82f4e26fdb91cdab10a2cf7617bdddcaa \
|
|
size 58368
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-randomForest
|
|
|
|
test.run yes
|