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

# GitHub version is old.
R.setup             cran jmniehaus bizicount 1.3.4
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Bivariate zero-inflated count models using copulas
long_description    {*}${description}
homepage            https://github.com/jmniehaus/bizicount
checksums           rmd160  247140e470ac16da55e6554fbaca4a69bfe38445 \
                    sha256  9b613e78653d1e3137a58bc25605c76df0027ac10dd4c7111fe10240afc91a62 \
                    size    56526
supported_archs     noarch

depends_lib-append  port:R-DHARMa \
                    port:R-Formula \
                    port:R-numDeriv \
                    port:R-pbivnorm \
                    port:R-rlang \
                    port:R-texreg

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

test.run            yes
