# -*- 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.1
revision            2
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} 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  035216a4d1479c45eb072941ddb4c2edb1b2bdc7 \
                    sha256  7472cf1da44ab6fdde732c175808bcb8f633b6598f5572d0884bf9526a64e81f \
                    size    278916
supported_archs     noarch

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
