# -*- 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 tidymodels usemodels 0.2.0 v
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Make code snippets to fit models using the tidymodels framework
long_description    {*}${description}
homepage            https://usemodels.tidymodels.org
checksums           rmd160  a27a3efc2cd54c01a3e1940ea07f25f123917cfd \
                    sha256  698cd5fed87d8111d2d754c3c9ac5021a8780dd26c850ea448b19529d6d9f3d4 \
                    size    26354
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-cli \
                    port:R-clipr \
                    port:R-dplyr \
                    port:R-purrr \
                    port:R-recipes \
                    port:R-rlang \
                    port:R-tidyr \
                    port:R-tune

depends_test-append port:R-covr \
                    port:R-modeldata \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
