# -*- 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 IndrajeetPatil statsExpressions 1.7.1
revision            1
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  17169684311bd867e3069c3bce343b8910c6a987 \
                    sha256  20d8e54bc4ca8cffefe828107d709ebb4131c4a6177cbd736612d1787e5ac92d \
                    size    3410552
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-afex \
                    port:R-BayesFactor \
                    port:R-bayestestR \
                    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-rstantools \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-withr \
                    port:R-WRS2 \
                    port:R-zeallot

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

test.run            yes
