# -*- 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 stefanlinner boostrq 1.0.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-2+
description         Boosting Regression Quantiles
long_description    {*}${description} is a component-wise boosting algorithm.
homepage            https://github.com/stefanlinner/boostrq
checksums           rmd160  1b469314aa98a671ccb2666836a0198b0e19e105 \
                    sha256  43e9e10d805e8acb0cd9ecfcd7d62ae4f75b3e7f3ef17ae9569ddba6827cc3d1 \
                    size    18976
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-checkmate \
                    port:R-mboost \
                    port:R-quantreg \
                    port:R-stabs

depends_test-append port:R-testthat

test.run            yes
