# -*- 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 xiaomeng.ju RRBoost 0.2
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Implementation of robust boosting algorithms \
                    for regression in R
long_description    {*}${description}
checksums           rmd160  c3debc876a45f133a1a484cc2ae137fe9dd1a332 \
                    sha256  68fe583f851cd5ae205b2fda750dc9247229fb8167776dfa03a51847895423d8 \
                    size    23488
supported_archs     noarch

depends_lib-append  port:R-RobStatTM

depends_test-append port:R-testthat

test.run            yes
