# -*- 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.2 v
revision            2
maintainers         {@barracuda156 macos-powerpc.org:barracuda} 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  fc1bf64f2d33ae861a6f9f35c30e7c2b0b708ef8 \
                    sha256  05c4585e0ca0b9437dad1504c099d94754a77aa9760f034272b6aff342dacfad \
                    size    1744293
github.tarball_from archive

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
