# -*- 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 easystats datawizard 0.13.0 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Easy data wrangling and statistical transformations
long_description    {*}${description}
homepage            https://easystats.github.io/datawizard
checksums           rmd160  60a9fad46d94a41b78fbf9857310ffe033d1eaa8 \
                    sha256  e0ec8d236f1db1b279603fcb7df661cfc8661e4a5d402521f8d01fc3aca22ba0 \
                    size    868806
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-insight

depends_test-append port:R-bayestestR \
                    port:R-brms \
                    port:R-curl \
                    port:R-data.table \
                    port:R-dplyr \
                    port:R-effectsize \
                    port:R-emmeans \
                    port:R-gamm4 \
                    port:R-ggplot2 \
                    port:R-gt \
                    port:R-haven \
                    port:R-htmltools \
                    port:R-httr \
                    port:R-knitr \
                    port:R-lme4 \
                    port:R-mediation \
                    port:R-modelbased \
                    port:R-parameters \
                    port:R-poorman \
                    port:R-psych \
                    port:R-readr \
                    port:R-readxl \
                    port:R-rio \
                    port:R-rmarkdown \
                    port:R-rstanarm \
                    port:R-see \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-withr

test.run            yes
