# -*- 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 rsample 1.3.2 v
revision            1
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         General resampling infrastructure
long_description    Classes and functions to create and summarize different types \
                    of resampling objects (e.g. bootstrap, cross-validation).
homepage            https://rsample.tidymodels.org
checksums           rmd160  76add5a751e7b06d77a775fe58590f35c8f5b943 \
                    sha256  5fddd04ed1b98f9b7dae044a20f1b99bec94747b0e11dc0f049fa7b8d40401bf \
                    size    1391541
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-furrr \
                    port:R-generics \
                    port:R-glue \
                    port:R-lifecycle \
                    port:R-pillar \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-slider \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-tidyselect \
                    port:R-vctrs

depends_test-append port:R-broom \
                    port:R-covr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-modeldata \
                    port:R-recipes \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-whisker \
                    port:R-withr \
                    port:R-xml2

test.run            yes
