# -*- 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 tidyclust 0.2.4 v
revision            2
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Common API to clustering
long_description    A common interface to specifying clustering models, in the same style as parsnip. \
                    Creates unified interface across different functions and computational engines.
homepage            https://tidyclust.tidymodels.org
checksums           rmd160  75e68e58248f00fe4a91a1567fcd627d159493df \
                    sha256  5f31abb38364ebd74b1240306dda906fcfd11ad720fb7bda2dd56131585705b9 \
                    size    529939
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dials \
                    port:R-dplyr \
                    port:R-flexclust \
                    port:R-foreach \
                    port:R-generics \
                    port:R-glue \
                    port:R-hardhat \
                    port:R-modelenv \
                    port:R-parsnip \
                    port:R-philentropy \
                    port:R-prettyunits \
                    port:R-Rfast \
                    port:R-rlang \
                    port:R-rsample \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-tune \
                    port:R-vctrs

depends_test-append port:R-ClusterR \
                    port:R-clustMixType \
                    port:R-covr \
                    port:R-klaR \
                    port:R-knitr \
                    port:R-modeldata \
                    port:R-RcppHungarian \
                    port:R-recipes \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-workflows

test.run            yes
