@@ -5,16 +5,18 @@ Authors@R: c(
55 person("Emil", "Hvitfeldt", , "
[email protected] ", role = c("aut", "cre"),
66 comment = c(ORCID = "0000-0002-0679-1945")),
77 person("Kelly", "Bodwin", , "
[email protected] ", role = "aut"),
8- person(given = "Posit Software, PBC", role = c("cph", "fnd"))
8+ person("Posit Software, PBC", role = c("cph", "fnd"),
9+ comment = c(ROR = "03wc8by49"))
910 )
1011Description: A common interface to specifying clustering models, in the
1112 same style as 'parsnip'. Creates unified interface across different
1213 functions and computational engines.
1314License: MIT + file LICENSE
14- URL: https://github.com/tidymodels/tidyclust, https://tidyclust.tidymodels.org/
15+ URL: https://github.com/tidymodels/tidyclust,
16+ https://tidyclust.tidymodels.org/
1517BugReports: https://github.com/tidymodels/tidyclust/issues
1618Depends:
17- R (>= 3.6 )
19+ R (>= 4.1 )
1820Imports:
1921 cli (>= 3.0.0),
2022 dials (>= 1.3.0),
@@ -52,6 +54,7 @@ Suggests:
5254Config/Needs/website: pkgdown, tidymodels, tidyverse, palmerpenguins,
5355 patchwork, ggforce, tidyverse/tidytemplate
5456Config/testthat/edition: 3
57+ Config/usethis/last-upkeep: 2025-04-24
5558Encoding: UTF-8
5659Roxygen: list(markdown = TRUE)
5760RoxygenNote: 7.3.2
0 commit comments