# -*- 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             github IndrajeetPatil statsExpressions 1.6.0
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Tidy dataframes and expressions with statistical details
long_description    {*}${description}
homepage            https://indrajeetpatil.github.io/statsExpressions
checksums           rmd160  545c9e862d82f357695776ab74702373c4e09b29 \
                    sha256  dab5c32cd4e85f57a94f9b736c7e7bf00f25f1e9e2b1914a9c931923e3a64005 \
                    size    12543292
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-afex \
                    port:R-BayesFactor \
                    port:R-correlation \
                    port:R-datawizard \
                    port:R-dplyr \
                    port:R-effectsize \
                    port:R-glue \
                    port:R-insight \
                    port:R-magrittr \
                    port:R-parameters \
                    port:R-performance \
                    port:R-PMCMRplus \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-withr \
                    port:R-WRS2 \
                    port:R-zeallot

depends_test-append port:R-bayestestR \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-metaBMA \
                    port:R-metafor \
                    port:R-metaplus \
                    port:R-rmarkdown \
                    port:R-rstantools \
                    port:R-testthat

test.run            yes
