-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.59 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: tidyclust
Title: A Common API to Clustering
Version: 0.2.4.9000
Authors@R: c(
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0679-1945")),
person("Kelly", "Bodwin", , "[email protected]", role = "aut"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
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 (>= 3.6)
Imports:
cli (>= 3.0.0),
dials (>= 1.3.0),
dplyr (>= 1.0.9),
flexclust (>= 1.3-6),
foreach,
generics (>= 0.1.2),
glue (>= 1.6.2),
hardhat (>= 1.0.0),
modelenv (>= 0.2.0),
parsnip (>= 1.0.2),
philentropy (>= 0.9.0),
prettyunits (>= 1.1.0),
rlang (>= 1.0.6),
rsample (>= 1.0.0),
stats,
tibble (>= 3.1.0),
tidyr (>= 1.2.0),
tune (>= 1.0.0),
utils,
vctrs (>= 0.5.0)
Suggests:
cluster,
ClusterR,
clustMixType (>= 0.3-5),
covr,
klaR,
knitr,
modeldata (>= 1.0.0),
RcppHungarian,
recipes (>= 1.0.0),
rmarkdown,
testthat (>= 3.0.0),
workflows (>= 1.1.2)
Config/Needs/website: pkgdown, tidymodels, tidyverse, palmerpenguins,
patchwork, ggforce, tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2