# -*- 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             cran nicolas-robette descriptio 1.5
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-2+
description         Descriptive statistical analysis
long_description    {*}${description}
homepage            https://nicolas-robette.github.io/descriptio
checksums           rmd160  b9d4ec3b651ca5ce01e1900478defcbbafc7eb0c \
                    sha256  c0237454c80be2eb2f2cfc8f0ba1dd20d5e836b9683ede385e251a4e6ad4d347 \
                    size    199581
supported_archs     noarch

depends_lib-append  port:R-ggplot2 \
                    port:R-rlang

depends_test-append port:R-broom.helpers \
                    port:R-cardx \
                    port:R-GGally \
                    port:R-ggpattern \
                    port:R-gt \
                    port:R-gtsummary \
                    port:R-marginaleffects \
                    port:R-paletteer \
                    port:R-parameters \
                    port:R-scales \
                    port:R-survey

test.run            yes
