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

# Revert to GitHub once updated there.
R.setup             cran tidymodels tidymodels 1.2.0
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Easily install and load the Tidymodels packages
long_description    {*}${description}
homepage            https://tidymodels.tidymodels.org
checksums           rmd160  0c00e11112cd84e2e8a2f8a24d7793dfb0f1a3ee \
                    sha256  eca6b7440757204a958617613ac12286a371b3c29cc8d452e8e2e0f4643d9212 \
                    size    50750
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-broom \
                    port:R-cli \
                    port:R-conflicted \
                    port:R-dials \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-hardhat \
                    port:R-infer \
                    port:R-modeldata \
                    port:R-parsnip \
                    port:R-purrr \
                    port:R-recipes \
                    port:R-rlang \
                    port:R-rsample \
                    port:R-rstudioapi \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-tune \
                    port:R-workflows \
                    port:R-workflowsets \
                    port:R-yardstick

depends_test-append port:R-covr \
                    port:R-glue \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-xml2

test.run            yes
