Package: tidyclust Title: A Common API to Clustering Version: 0.3.2.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Kelly", "Bodwin", , "kelly@bodwin.us", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: A common interface to specifying clustering models, in the same style as 'parsnip'. Creates unified interface across different functions and computational engines. License: MIT + file LICENSE URL: https://github.com/tidymodels/tidyclust, https://tidyclust.tidymodels.org/ BugReports: https://github.com/tidymodels/tidyclust/issues Depends: R (>= 4.1) Imports: cli (>= 3.0.0), lifecycle, dials (>= 1.3.0), dplyr (>= 1.0.9), flexclust (>= 1.3-6), generics (>= 0.1.2), glue (>= 1.6.2), hardhat (>= 1.0.0), mclust, modelenv (>= 0.2.0), parsnip (>= 1.0.2), philentropy (>= 0.9.0), prettyunits (>= 1.1.0), purrr (>= 1.0.0), rlang (>= 1.0.6), rsample (>= 1.0.0), stats, tibble (>= 3.1.0), tidyr (>= 1.2.0), tune (>= 2.1.0), utils, vctrs (>= 0.5.0) Suggests: butcher, cluster, ClusterR, clustMixType (>= 0.3-5), covr, dbscan, future, future.apply, klaR, knitr, LPCM, meanShiftR, mirai (>= 1.0.0), modeldata (>= 1.0.0), RcppHungarian, recipes (>= 1.0.0), rmarkdown, testthat (>= 3.0.0), withr, workflows (>= 1.1.2) Config/Needs/website: pkgdown, tidymodels, tidyverse, palmerpenguins, patchwork, ggforce, tidyverse/tidytemplate, mvtnorm Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-24 Encoding: UTF-8 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-06-28 21:28:37 UTC RemoteUrl: https://github.com/tidymodels/tidyclust RemoteRef: HEAD RemoteSha: b35a6cd7dc7cefdc5c031c855e9de4a5ef44cb97 NeedsCompilation: no Packaged: 2026-06-28 22:12:50 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Kelly Bodwin [aut], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Emil Hvitfeldt