# -*- 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

# Revert to r-forge once updated there.
R.setup             cran r-project betareg 3.2-1
revision            0
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {GPL-2 GPL-3}
description         Testing linear regression models
long_description    Beta regression for modeling beta-distributed dependent variables, e.g. rates and proportions. \
                    In addition to maximum likelihood regression (for both mean and precision of a beta-distributed response), \
                    bias-corrected and bias-reduced estimation as well as finite mixture models and recursive partitioning \
                    for Beta regressions are provided.
checksums           rmd160  7a854c32351d86a9981a590d9a80b8131a3fd286 \
                    sha256  bb26368297f396766ca4b6f4d723713b64223d7f6bb20110ea3c7e9da33df7c7 \
                    size    1498267
supported_archs     noarch

depends_lib-append  port:R-flexmix \
                    port:R-Formula \
                    port:R-lmtest \
                    port:R-modeltools \
                    port:R-sandwich

depends_test-append port:R-car \
                    port:R-distributions3 \
                    port:R-knitr \
                    port:R-numDeriv \
                    port:R-partykit \
                    port:R-statmod \
                    port:R-strucchange

test.run            yes
