# -*- 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

# GitHub version is old.
R.setup             cran ModelOriented ingredients 2.3.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Effects and importances of model ingredients
long_description    {*}${description}
homepage            https://ModelOriented.github.io/ingredients
checksums           rmd160  3fe6d559ba6260a9ff95b7c031848fd95c0dceb7 \
                    sha256  ebe4b3367965ed364cd1e9ef406d253512c95228c683084d020a09b6609b7d4b \
                    size    2508428
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-gridExtra \
                    port:R-scales

depends_test-append port:R-covr \
                    port:R-DALEX \
                    port:R-gower \
                    port:R-jsonlite \
                    port:R-knitr \
                    port:R-r2d3 \
                    port:R-ranger \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
