# -*- 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 outdated.
R.setup             cran strengejacke sjstats 0.19.1
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Collection of convenient functions for common statistical computations
long_description    {*}${description}
homepage            https://strengejacke.github.io/sjstats
checksums           rmd160  6ef9e6510fc177d7eed246595c7e5ea8ee55af7c \
                    sha256  81b548fcc6403a53d742004e21c53d6645743e75fbff0e9b81ec835bca4b1948 \
                    size    153161
supported_archs     noarch

depends_lib-append  port:R-datawizard \
                    port:R-effectsize \
                    port:R-insight \
                    port:R-parameters \
                    port:R-performance

depends_test-append port:R-brms \
                    port:R-car \
                    port:R-coin \
                    port:R-ggplot2 \
                    port:R-lme4 \
                    port:R-pscl \
                    port:R-pwr \
                    port:R-survey \
                    port:R-testthat

test.run            yes
