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

# Revert to GitHub once updated there.
R.setup             cran WillemSleegers tidystats 0.6.2
revision            0
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Save the output of statistical tests in an organized file
long_description    {*}${description}
homepage            https://willemsleegers.github.io/tidystats
checksums           rmd160  e7e5a6151e0ad0e7e3989fd512154b4a6f5cdf76 \
                    sha256  80f0f1b8da4515a0c7e028bf2d9b6a39e168c34894b0c3db6c07b31292383479 \
                    size    211402
supported_archs     noarch

depends_lib-append  port:R-checkmate \
                    port:R-dplyr \
                    port:R-jsonlite \
                    port:R-purrr \
                    port:R-readr \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidyr

depends_test-append port:R-afex \
                    port:R-BayesFactor \
                    port:R-effectsize \
                    port:R-effsize \
                    port:R-emmeans \
                    port:R-Hmisc \
                    port:R-irr \
                    port:R-knitr \
                    port:R-MEMSS \
                    port:R-lavaan \
                    port:R-lme4 \
                    port:R-lmerTest \
                    port:R-rlang \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyselect

test.run            yes
