# -*- 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 regRSM 0.5
revision            1
categories-append   math parallel
maintainers         nomaintainer
license             {GPL-2 GPL-3 LGPL-2 LGPL-3}
description         Random subspace method (RSM) for linear regression
long_description    {*}${description}
checksums           rmd160  e37926a0f53705c16fada546d20c01a11277912c \
                    sha256  3acdd5f55ac13308d6c01188b3dadd16d75c4a4843517e2adff8e434a51f7759 \
                    size    13202
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-doParallel \
                    port:R-foreach \
                    port:R-Rmpi

test.run            yes
