# -*- 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 jhlee1408 assessor 1.1.0
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Assessment tools for regression models \
                    with discrete and semicontinuous outcomes
long_description    {*}${description}
homepage            https://jhlee1408.github.io/assessor
checksums           rmd160  4c636da200695186bd46b93a028ac2904ca97d82 \
                    sha256  a98f871c528ad97454f03894549c92a482428dccaa42467a49634a159a13eae2 \
                    size    255107
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-np \
                    port:R-tweedie \
                    port:R-VGAM

depends_test-append port:R-AER \
                    port:R-faraway \
                    port:R-knitr \
                    port:R-pscl \
                    port:R-rmarkdown \
                    port:R-statmod \
                    port:R-testthat

test.run            yes
