# -*- 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 lags behind.
R.setup             cran dalenbe2 bayesMeanScale 0.1.4 v
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Bayesian Post-Estimation on the Mean Scale
long_description    Computes Bayesian posterior distributions of predictions, \
                    marginal effects and differences of marginal effects \
                    for various generalized linear models.
homepage            https://github.com/dalenbe2/bayesMeanScale
checksums           rmd160  68be108abeb43a6da36da17a7aecc6e34bb9a535 \
                    sha256  00115746742c2ecfe2adcb41e998734b283a1bb8c90918236a037d509cd96e7e \
                    size    318600
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-bayestestR \
                    port:R-data.table \
                    port:R-magrittr \
                    port:R-posterior

depends_test-append port:R-flextable \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-rstanarm \
                    port:R-testthat \
                    port:R-tibble

test.run            yes
