mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
936 B
Tcl
26 lines
936 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 cran CSMES 1.0.1
|
|
revision 1
|
|
categories-append economics
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Cost-sensitive multi-criteria ensemble selection for uncertain cost conditions
|
|
long_description {*}${description}
|
|
checksums rmd160 c0af54b1e4a78e28dfe6354105a557c1337f3282 \
|
|
sha256 8c203d1b8f76c66b68e2790418b0b9d7881d6680c01839e75184b80013d51cdd \
|
|
size 51174
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-caTools \
|
|
port:R-data.table \
|
|
port:R-mco \
|
|
port:R-ROCR \
|
|
port:R-zoo
|
|
|
|
test.run yes
|