# -*- 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 yardstick 1.3.1 v
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Tidy characterizations of model performance
long_description    Tidy tools for quantifying how well model fits to a data set \
                    such as confusion matrices, class probability curve summaries and regression metrics.
homepage            https://yardstick.tidymodels.org
checksums           rmd160  2384f08faa6ea864153374d8f957734a7d8fe850 \
                    sha256  49661fdbbf541fae6bd67d47153950c294430d7ea724940ebb382e8eb4030a13 \
                    size    1740386

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-generics \
                    port:R-hardhat \
                    port:R-lifecycle \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyselect \
                    port:R-vctrs \
                    port:R-withr

depends_test-append port:R-covr \
                    port:R-crayon \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-probably \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
