Skip to content

Commit 7fff600

Browse files
Merge pull request #189 from tidymodels/RC-0.2.2
Rc 0.2.2
2 parents 216aee3 + 689c833 commit 7fff600

File tree

6 files changed

+23
-98
lines changed

6 files changed

+23
-98
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.1.9000
3+
Version: 0.2.2.9000
44
Authors@R: c(
55
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-0679-1945")),

NEWS.md

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

3+
# tidyclust 0.2.2
4+
5+
* Update to fix revdep issue for ClusterR. (#186)
6+
37
# tidyclust 0.2.1
48

59
* Small change to let tune package have easy CRAN release. (#178)

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ expand_grid(
187187

188188
This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
189189

190-
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
190+
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
191191

192192
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/tidyclust/issues).
193193

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ By contributing to this project, you agree to abide by its terms.
162162

163163
- For questions and discussions about tidymodels packages, modeling,
164164
and machine learning, please [post on RStudio
165-
Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
165+
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
166166

167167
- If you think you have encountered a bug, please [submit an
168168
issue](https://github.com/tidymodels/tidyclust/issues).

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Comments
22

3-
Quick release with 1 bug-fix to allow clean CRAN release of {tune} package.
3+
update in testing to allow ClusterR easy release.
44

55
## R CMD check results
66

revdep/README.md

Lines changed: 15 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,23 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:---------------------------------------------|
5-
|version |R version 4.3.2 (2023-10-31) |
6-
|os |macOS Sonoma 14.3.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-02-28 |
14-
|pandoc |2.17.1.1 @ /opt/homebrew/bin/ (via rmarkdown) |
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-06-17 |
14+
|pandoc |3.1.12.3 @ /Applications/Positron.app/Contents/Resources/app/bin/pandoc/ (via rmarkdown) |
1515

1616
# Dependencies
1717

18-
|package |old |new |Δ |
19-
|:-------------|:----------|:----------|:--|
20-
|tidyclust |0.2.0 |0.2.0.9000 |* |
21-
|cli |3.6.2 |3.6.2 | |
22-
|clock |0.7.0 |0.7.0 | |
23-
|colorspace |2.1-0 |2.1-0 | |
24-
|cpp11 |0.4.7 |0.4.7 | |
25-
|data.table |1.15.0 |1.15.0 | |
26-
|diagram |1.6.5 |1.6.5 | |
27-
|dials |1.2.1 |1.2.1 | |
28-
|DiceDesign |1.10 |1.10 | |
29-
|digest |0.6.34 |0.6.34 | |
30-
|dplyr |1.1.4 |1.1.4 | |
31-
|ellipsis |0.3.2 |0.3.2 | |
32-
|fansi |1.0.6 |1.0.6 | |
33-
|farver |2.1.1 |2.1.1 | |
34-
|flexclust |1.4-1 |1.4-1 | |
35-
|foreach |1.5.2 |1.5.2 | |
36-
|furrr |0.3.1 |0.3.1 | |
37-
|future |1.33.1 |1.33.1 | |
38-
|future.apply |1.11.1 |1.11.1 | |
39-
|generics |0.1.3 |0.1.3 | |
40-
|ggplot2 |3.5.0 |3.5.0 | |
41-
|globals |0.16.2 |0.16.2 | |
42-
|glue |1.7.0 |1.7.0 | |
43-
|gower |1.0.1 |1.0.1 | |
44-
|GPfit |1.0-8 |1.0-8 | |
45-
|gtable |0.3.4 |0.3.4 | |
46-
|hardhat |1.3.1 |1.3.1 | |
47-
|ipred |0.9-14 |0.9-14 | |
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.7.3 |1.7.3 | |
52-
|lhs |1.1.6 |1.1.6 | |
53-
|lifecycle |1.0.4 |1.0.4 | |
54-
|listenv |0.9.1 |0.9.1 | |
55-
|lubridate |1.9.3 |1.9.3 | |
56-
|magrittr |2.0.3 |2.0.3 | |
57-
|modelenv |0.1.1 |0.1.1 | |
58-
|modeltools |0.2-23 |0.2-23 | |
59-
|munsell |0.5.0 |0.5.0 | |
60-
|numDeriv |2016.8-1.1 |2016.8-1.1 | |
61-
|parallelly |1.37.0 |1.37.0 | |
62-
|parsnip |1.2.0 |1.2.0 | |
63-
|pillar |1.9.0 |1.9.0 | |
64-
|pkgconfig |2.0.3 |2.0.3 | |
65-
|prettyunits |1.2.0 |1.2.0 | |
66-
|prodlim |2023.08.28 |2023.08.28 | |
67-
|progressr |0.14.0 |0.14.0 | |
68-
|purrr |1.0.2 |1.0.2 | |
69-
|R6 |2.5.1 |2.5.1 | |
70-
|RColorBrewer |1.1-3 |1.1-3 | |
71-
|Rcpp |1.0.12 |1.0.12 | |
72-
|RcppArmadillo |0.12.8.0.0 |0.12.8.0.0 | |
73-
|RcppGSL |0.3.13 |0.3.13 | |
74-
|RcppParallel |5.1.7 |5.1.7 | |
75-
|RcppZiggurat |0.1.6 |0.1.6 | |
76-
|recipes |1.0.10 |1.0.10 | |
77-
|Rfast |2.1.0 |2.1.0 | |
78-
|rlang |1.1.3 |1.1.3 | |
79-
|rsample |1.2.0 |1.2.0 | |
80-
|scales |1.3.0 |1.3.0 | |
81-
|shape |1.4.6.1 |1.4.6.1 | |
82-
|slider |0.3.1 |0.3.1 | |
83-
|SQUAREM |2021.1 |2021.1 | |
84-
|stringi |1.8.3 |1.8.3 | |
85-
|stringr |1.5.1 |1.5.1 | |
86-
|tibble |3.2.1 |3.2.1 | |
87-
|tidyr |1.3.1 |1.3.1 | |
88-
|tidyselect |1.2.0 |1.2.0 | |
89-
|timechange |0.3.0 |0.3.0 | |
90-
|timeDate |4032.109 |4032.109 | |
91-
|tune |1.1.2 |1.1.2 | |
92-
|tzdb |0.4.0 |0.4.0 | |
93-
|utf8 |1.2.4 |1.2.4 | |
94-
|vctrs |0.6.5 |0.6.5 | |
95-
|viridisLite |0.4.2 |0.4.2 | |
96-
|warp |0.2.1 |0.2.1 | |
97-
|withr |3.0.0 |3.0.0 | |
98-
|workflows |1.1.4 |1.1.4 | |
99-
|yardstick |1.3.0 |1.3.0 | |
18+
|package |old |new |Δ |
19+
|:---------|:-----|:----------|:--|
20+
|tidyclust |0.2.1 |0.2.1.9000 |* |
10021

10122
# Revdeps
10223

0 commit comments

Comments
 (0)