# -*- 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.3 v
revision            0
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} 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  aef50980187f37bee480332689f3641309d445d1 \
                    sha256  1d4f8697251ef6c384a858965965a146b450424ed5c584f85bc0c77fa4ce0520 \
                    size    528711
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-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
