Skip to content

Commit 8324e83

Browse files
Merge pull request #202 from tidymodels/RC-0.2.4
2 parents 72a1237 + 162643b commit 8324e83

File tree

7 files changed

+112
-29
lines changed

7 files changed

+112
-29
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyclust
22
Title: A Common API to Clustering
3-
Version: 0.2.3.9000
3+
Version: 0.2.4.9000
44
Authors@R: c(
55
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-0679-1945")),
@@ -24,7 +24,7 @@ Imports:
2424
generics (>= 0.1.2),
2525
glue (>= 1.6.2),
2626
hardhat (>= 1.0.0),
27-
modelenv (>= 0.2.0.9000),
27+
modelenv (>= 0.2.0),
2828
parsnip (>= 1.0.2),
2929
philentropy (>= 0.9.0),
3030
prettyunits (>= 1.1.0),
@@ -49,8 +49,6 @@ Suggests:
4949
rmarkdown,
5050
testthat (>= 3.0.0),
5151
workflows (>= 1.1.2)
52-
Remotes:
53-
tidymodels/modelenv
5452
Config/Needs/website: pkgdown, tidymodels, tidyverse, palmerpenguins,
5553
patchwork, ggforce, tidyverse/tidytemplate
5654
Config/testthat/edition: 3

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# tidyclust (development version)
22

3+
# tidyclust 0.2.4
4+
35
* The philentropy package is now used to calculate distances rather than Rfast. (#199)
46

57
# tidyclust 0.2.3

cran-comments.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## Comments
2-
3-
update in testing to fix bugs resultign from clustMixType release.
4-
51
## R CMD check results
62

73
0 errors | 0 warnings | 0 note
84

5+
## revdepcheck results
6+
7+
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8+
9+
* We saw 0 new problems
10+
* We failed to check 0 packages
11+
12+

man/set_args.cluster_spec.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/set_engine.cluster_spec.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/set_mode.cluster_spec.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

Lines changed: 97 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,105 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:----------------------------------------------------------------------------------------|
5-
|version |R version 4.4.0 (2024-04-24) |
6-
|os |macOS Sonoma 14.4.1 |
7-
|system |aarch64, darwin20 |
8-
|ui |X11 |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/Los_Angeles |
13-
|date |2024-07-02 |
14-
|pandoc |3.1.12.3 @ /Applications/Positron.app/Contents/Resources/app/bin/pandoc/ (via rmarkdown) |
3+
|field |value |
4+
|:--------|:---------------------------------------|
5+
|version |R version 4.4.2 (2024-10-31) |
6+
|os |macOS Sequoia 15.2 |
7+
|system |aarch64, darwin20 |
8+
|ui |X11 |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/Los_Angeles |
13+
|date |2025-01-27 |
14+
|pandoc |3.6.1 @ /usr/local/bin/ (via rmarkdown) |
1515

1616
# Dependencies
1717

18-
|package |old |new |Δ |
19-
|:---------|:-----|:----------|:--|
20-
|tidyclust |0.2.2 |0.2.2.9000 |* |
21-
|cli |NA |3.6.3 |* |
22-
|digest |NA |0.6.36 |* |
23-
|lhs |NA |1.2.0 |* |
18+
|package |old |new |Δ |
19+
|:-------------|:----------|:----------|:--|
20+
|tidyclust |0.2.3 |0.2.3.9000 |* |
21+
|cli |3.6.3 |3.6.3 | |
22+
|clock |0.7.2 |0.7.2 | |
23+
|colorspace |2.1-1 |2.1-1 | |
24+
|cpp11 |0.5.1 |0.5.1 | |
25+
|data.table |1.16.4 |1.16.4 | |
26+
|diagram |1.6.5 |1.6.5 | |
27+
|dials |1.3.0 |1.3.0 | |
28+
|DiceDesign |1.10 |1.10 | |
29+
|digest |0.6.37 |0.6.37 | |
30+
|doFuture |1.0.1 |1.0.1 | |
31+
|dplyr |1.1.4 |1.1.4 | |
32+
|fansi |1.0.6 |1.0.6 | |
33+
|farver |2.1.2 |2.1.2 | |
34+
|flexclust |1.4-2 |1.4-2 | |
35+
|foreach |1.5.2 |1.5.2 | |
36+
|furrr |0.3.1 |0.3.1 | |
37+
|future |1.34.0 |1.34.0 | |
38+
|future.apply |1.11.3 |1.11.3 | |
39+
|generics |0.1.3 |0.1.3 | |
40+
|ggplot2 |3.5.1 |3.5.1 | |
41+
|globals |0.16.3 |0.16.3 | |
42+
|glue |1.8.0 |1.8.0 | |
43+
|gower |1.0.2 |1.0.2 | |
44+
|GPfit |1.0-8 |1.0-8 | |
45+
|gtable |0.3.6 |0.3.6 | |
46+
|hardhat |1.4.0 |1.4.0 | |
47+
|ipred |0.9-15 |0.9-15 | |
48+
|isoband |0.2.7 |0.2.7 | |
49+
|iterators |1.0.14 |1.0.14 | |
50+
|labeling |0.4.3 |0.4.3 | |
51+
|lava |1.8.1 |1.8.1 | |
52+
|lhs |1.2.0 |1.2.0 | |
53+
|lifecycle |1.0.4 |1.0.4 | |
54+
|listenv |0.9.1 |0.9.1 | |
55+
|lubridate |1.9.4 |1.9.4 | |
56+
|magrittr |2.0.3 |2.0.3 | |
57+
|modelenv |0.2.0 |0.2.0 | |
58+
|modeltools |0.2-23 |0.2-23 | |
59+
|munsell |0.5.1 |0.5.1 | |
60+
|numDeriv |2016.8-1.1 |2016.8-1.1 | |
61+
|parallelly |1.41.0 |1.41.0 | |
62+
|parsnip |1.2.1 |1.2.1 | |
63+
|philentropy |NA |0.9.0 |* |
64+
|pillar |1.10.1 |1.10.1 | |
65+
|pkgconfig |2.0.3 |2.0.3 | |
66+
|poorman |NA |0.2.7 |* |
67+
|prettyunits |1.2.0 |1.2.0 | |
68+
|prodlim |2024.06.25 |2024.06.25 | |
69+
|progressr |0.15.1 |0.15.1 | |
70+
|purrr |1.0.2 |1.0.2 | |
71+
|R6 |2.5.1 |2.5.1 | |
72+
|RColorBrewer |1.1-3 |1.1-3 | |
73+
|Rcpp |1.0.14 |1.0.14 | |
74+
|RcppArmadillo |14.2.2-1 |NA |* |
75+
|RcppGSL |0.3.13 |NA |* |
76+
|RcppParallel |5.1.10 |NA |* |
77+
|RcppZiggurat |0.1.6 |NA |* |
78+
|recipes |1.1.0 |1.1.0 | |
79+
|Rfast |2.1.4 |NA |* |
80+
|rlang |1.1.5 |1.1.5 | |
81+
|rsample |1.2.1 |1.2.1 | |
82+
|scales |1.3.0 |1.3.0 | |
83+
|sfd |0.1.0 |0.1.0 | |
84+
|shape |1.4.6.1 |1.4.6.1 | |
85+
|slider |0.3.2 |0.3.2 | |
86+
|SQUAREM |2021.1 |2021.1 | |
87+
|stringi |1.8.4 |1.8.4 | |
88+
|stringr |1.5.1 |1.5.1 | |
89+
|tibble |3.2.1 |3.2.1 | |
90+
|tidyr |1.3.1 |1.3.1 | |
91+
|tidyselect |1.2.1 |1.2.1 | |
92+
|timechange |0.3.0 |0.3.0 | |
93+
|timeDate |4041.110 |4041.110 | |
94+
|tune |1.2.1 |1.2.1 | |
95+
|tzdb |0.4.0 |0.4.0 | |
96+
|utf8 |1.2.4 |1.2.4 | |
97+
|vctrs |0.6.5 |0.6.5 | |
98+
|viridisLite |0.4.2 |0.4.2 | |
99+
|warp |0.2.1 |0.2.1 | |
100+
|withr |3.0.2 |3.0.2 | |
101+
|workflows |1.1.4 |1.1.4 | |
102+
|yardstick |1.3.2 |1.3.2 | |
24103

25104
# Revdeps
26105

0 commit comments

Comments
 (0)