# -*- 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 talegari tidyrules 0.2.7
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Obtain rules from rule based models as tidy dataframe
long_description    {*}${description}
homepage            https://talegari.github.io/tidyrules
checksums           rmd160  70ee44e2b5d80b0eb44cc2c0d10657ffbf3df032 \
                    sha256  962072f7c497fd2a4ee8448c3b46ca09352c4ddc3427dfe4735a418d9d5b01c1 \
                    size    465343
supported_archs     noarch

depends_lib-append  port:R-assertthat \
                    port:R-checkmate \
                    port:R-cli \
                    port:R-data.table \
                    port:R-DescTools \
                    port:R-generics \
                    port:R-glue \
                    port:R-magrittr \
                    port:R-MetricsWeighted \
                    port:R-partykit \
                    port:R-pheatmap \
                    port:R-proxy \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidytable

depends_test-append port:R-AmesHousing \
                    port:R-C50 \
                    port:R-Cubist \
                    port:R-dplyr \
                    port:R-mlbench \
                    port:R-modeldata \
                    port:R-palmerpenguins \
                    port:R-rmarkdown \
                    port:R-rpart.plot \
                    port:R-testthat

test.run            yes
