# -*- 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 lags behind.
R.setup             cran giuseppec iml 0.11.3
revision            0
maintainers         nomaintainer
license             MIT
description         Interpretable Machine Learning
long_description    Interpretability methods to analyze the behavior \
                    and predictions of any machine learning model.
homepage            https://giuseppec.github.io/iml
checksums           rmd160  205b4778b9ac941f6214a9affa549881a8b5de7e \
                    sha256  4b101422b0e757e45956ab6a266ac6b0b6413c009261ef7db4875fec572017b4 \
                    size    176861
supported_archs     noarch

depends_lib-append  port:R-checkmate \
                    port:R-data.table \
                    port:R-Formula \
                    port:R-future \
                    port:R-future.apply \
                    port:R-ggplot2 \
                    port:R-Metrics \
                    port:R-R6
