Files

48 lines
1.7 KiB
Tcl

# -*- 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.2.1 v
revision 1
maintainers nomaintainer
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 2b6b52016421c122c4f76ffcb957ea3fb56b8f7e \
sha256 88ffdccd72cb389f241da4ccc2ac50c64d6aabf5360ad77971ccbe783ec1557e \
size 220242
supported_archs noarch
platforms {darwin any}
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