# -*- 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 valentint robust 0.7-5
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Methods for robust statistics, a state of the art in the early 2000s, \
                    notably for robust regression and robust multivariate analysis.
long_description    {*}${description}
homepage            https://github.com/valentint/robust
checksums           rmd160  90472d5f27ee0fa9b26f6669925744680f99b649 \
                    sha256  a3c02a9c9101b966907cb52b3193c4ef51864928ad99c3351edf5390532c1acc \
                    size    237556

depends_lib-append  port:R-fit.models \
                    port:R-robustbase \
                    port:R-rrcov

compilers.setup     require_fortran

# One example fails: https://github.com/valentint/robust/issues/2
test.run            yes
