# -*- 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             github PierreMasselot cirls 0.4.0 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3+
description         Constrained iteratively reweighted least squares
long_description    Fitting and inference functions for generalized linear models \
                    with constrained coefficients.
checksums           rmd160  8df6c2c529a332b8d7ca08925ef94c69524026db \
                    sha256  e03641b8d73ebc0062b44cda3ea5063ffcd1f07b3b09c0fff065ffda81e231a8 \
                    size    45083
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-coneproj \
                    port:R-limSolve \
                    port:R-quadprog \
                    port:R-osqp \
                    port:R-TruncatedNormal

depends_test-append port:R-dlnm \
                    port:R-testthat

test.run            yes
