# -*- 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 1.3.0 v
revision            1
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  d723b56487f7f6a54188bb5bf7df29e946c8516c \
                    sha256  ab0be05be84276ee3587164a0460564fce11a9987b391d50aee69ab2ad2835cc \
                    size    904600
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-insight

# Test dependency on R-nanoparquet is dropped.
depends_test-append port:R-bayestestR \
                    port:R-BH \
                    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-performance \
                    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
