# -*- 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 cran ZIprop 0.1.1
revision            1
maintainers         nomaintainer
license             GPL-3
description         Permutations tests and performance indicator for zero-inflated proportions response
long_description    {*}${description}
homepage            https://gitlab.paca.inrae.fr/meribaud/ziprop
checksums           rmd160  25f7f8cbffd359395524485a11a3359396cd90cd \
                    sha256  a76bff2a5e20a8ba934591ebc1abab43617a27e476321c215083945ecf376ebf \
                    size    177439
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-data.table \
                    port:R-rgenoud \
                    port:R-purrr

depends_test-append port:R-ggplot2 \
                    port:R-ggrepel \
                    port:R-ggthemes \
                    port:R-kableExtra \
                    port:R-knitr \
                    port:R-markdown \
                    port:R-stringr

test.run            yes
