diff --git a/dev/CODE_OF_CONDUCT.html b/dev/CODE_OF_CONDUCT.html index d352cb0d..6e57d397 100644 --- a/dev/CODE_OF_CONDUCT.html +++ b/dev/CODE_OF_CONDUCT.html @@ -1,8 +1,8 @@ -Contributor Covenant Code of Conduct • tidyclustContributor Covenant Code of Conduct • tidyclust + Skip to content diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index 7ea2f2b7..b66f2ac8 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -1,8 +1,8 @@ -License • tidyclustLicense • tidyclust + Skip to content diff --git a/dev/LICENSE.html b/dev/LICENSE.html index 0cc1fa47..a2cbeeac 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -1,8 +1,8 @@ -MIT License • tidyclustMIT License • tidyclust + Skip to content diff --git a/dev/articles/hier_clust.html b/dev/articles/hier_clust.html index ae0dd8d5..e101375b 100644 --- a/dev/articles/hier_clust.html +++ b/dev/articles/hier_clust.html @@ -14,9 +14,9 @@ - - - + + + @@ -26,7 +26,7 @@ + Skip to content @@ -108,10 +108,10 @@

Setup #> knit_engine_docs, list_md_problems library(tidyverse) #> ── Attaching core tidyverse packages ────────────────── tidyverse 2.0.0 ── -#> dplyr 1.1.3 readr 2.1.4 -#> forcats 1.0.0 stringr 1.5.0 -#> ggplot2 3.4.3 tibble 3.2.1 -#> lubridate 1.9.2 tidyr 1.3.0 +#> dplyr 1.1.4 readr 2.1.5 +#> forcats 1.0.0 stringr 1.5.1 +#> ggplot2 3.4.4 tibble 3.2.1 +#> lubridate 1.9.3 tidyr 1.3.1 #> purrr 1.0.2 #> ── Conflicts ──────────────────────────────────── tidyverse_conflicts() ── #> dplyr::filter() masks stats::filter() @@ -119,11 +119,11 @@

Setup #> Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors library(tidymodels) #> ── Attaching packages ──────────────────────────────── tidymodels 1.1.1 ── -#> broom 1.0.5 rsample 1.2.0 -#> dials 1.2.0 tune 1.1.2 -#> infer 1.0.5 workflowsets 1.0.1 -#> modeldata 1.2.0 yardstick 1.2.0 -#> recipes 1.0.8 +#> broom 1.0.5 rsample 1.2.0 +#> dials 1.2.0 tune 1.1.2 +#> infer 1.0.6 workflowsets 1.0.1 +#> modeldata 1.3.0 yardstick 1.3.0 +#> recipes 1.0.10 #> ── Conflicts ─────────────────────────────────── tidymodels_conflicts() ── #> scales::discard() masks purrr::discard() #> dplyr::filter() masks stats::filter() @@ -133,7 +133,7 @@

Setup #> tidyclust::list_md_problems() masks parsnip::list_md_problems() #> yardstick::spec() masks readr::spec() #> recipes::step() masks stats::step() -#> Use suppressPackageStartupMessages() to eliminate package startup messages +#> Use tidymodels_prefer() to resolve common conflicts. set.seed(838383)

Load and clean a dataset:

diff --git a/dev/articles/index.html b/dev/articles/index.html
index fa6710c1..315ef643 100644
--- a/dev/articles/index.html
+++ b/dev/articles/index.html
@@ -1,8 +1,8 @@
 
-Articles • tidyclustArticles • tidyclust
+
     Skip to content
     
 
diff --git a/dev/articles/k_means.html b/dev/articles/k_means.html
index ccb82bf0..17d7198a 100644
--- a/dev/articles/k_means.html
+++ b/dev/articles/k_means.html
@@ -14,9 +14,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
@@ -26,7 +26,7 @@
 
+
 
 
     Skip to content
diff --git a/dev/articles/tuning_and_metrics.html b/dev/articles/tuning_and_metrics.html
index 57a5be3c..036631fc 100644
--- a/dev/articles/tuning_and_metrics.html
+++ b/dev/articles/tuning_and_metrics.html
@@ -14,9 +14,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
@@ -26,7 +26,7 @@
 
+
 
 
     Skip to content
diff --git a/dev/authors.html b/dev/authors.html
index f9884613..55bc87a5 100644
--- a/dev/authors.html
+++ b/dev/authors.html
@@ -1,8 +1,8 @@
 
-Authors and Citation • tidyclustAuthors and Citation • tidyclust
+
     Skip to content
     
 
@@ -72,15 +72,16 @@ 

Authors

Citation

Source: DESCRIPTION

-

Hvitfeldt E, Bodwin K (2023). +

Hvitfeldt E, Bodwin K (2024). tidyclust: A Common API to Clustering. -https://github.com/tidymodels/tidyclust, https://tidyclust.tidymodels.org/. +R package version 0.2.0.9000, https://tidyclust.tidymodels.org/, https://github.com/tidymodels/tidyclust.

@Manual{,
   title = {tidyclust: A Common API to Clustering},
   author = {Emil Hvitfeldt and Kelly Bodwin},
-  year = {2023},
-  note = {https://github.com/tidymodels/tidyclust, https://tidyclust.tidymodels.org/},
+  year = {2024},
+  note = {R package version 0.2.0.9000, https://tidyclust.tidymodels.org/},
+  url = {https://github.com/tidymodels/tidyclust},
 }