← Back to home
Comparison · Analytics

haven vs tidyclust

A side-by-side editorial comparison of haven and tidyclust — release velocity, themes, recent moves, and the top alternatives to consider.

haven vs tidyclust: at a glance

Featurehaventidyclust
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesr, data-import, spss-stata-sas, readstattidyclust, clustering, tidymodels, dbscan
Last editorial update6h ago47m ago
WebsiteVisit →Visit →

What is haven?

haven's release cadence has narrowed to compiler and R-devel upkeep.

haven is the tidyverse's bridge to SPSS, Stata and SAS files, wrapping the C ReadStat library. The last several releases are almost entirely maintenance: syncing vendored ReadStat and patching ahead of R-devel changes. The most recent substantive user-facing work landed in 2.5.2 and earlier.

Read the full haven trajectory →

What is tidyclust?

tidyclust just tripled the model types it can fit, and handed finalization back to tune

tidyclust brings clustering into the tidymodels interface, and 0.3.0 was the release where its model coverage stopped being k-means and hierarchical clustering. DBSCAN and HDBSCAN, Gaussian mixtures, and mean shift all arrived at once as proper clustering specifications. The two releases since have been bug fixes on the metric and sparse-data paths, which is the usual pattern after a large surface addition.

Read the full tidyclust trajectory →

haven vs tidyclust: editorial side-by-side

H
haven
ANALYTICS
0.0

haven's release cadence has narrowed to compiler and R-devel upkeep.

◆ Current state

haven is the tidyverse's bridge to SPSS, Stata and SAS files, wrapping the C ReadStat library. The last several releases are almost entirely maintenance: syncing vendored ReadStat and patching ahead of R-devel changes. The most recent substantive user-facing work landed in 2.5.2 and earlier.

◆ Where it's heading

Development has shifted from extending the file-format surface to keeping a C dependency compiling against newer toolchains. The deprecation of write_sas() narrowed that surface deliberately, steering users to write_xpt() because the sas7bdat format is undocumented and unsupported upstream.

◆ Prediction

Expect further ReadStat sync releases triggered by compiler or R-devel breakage rather than new format support or writing features.

T
tidyclust
ANALYTICS
0.0

tidyclust just tripled the model types it can fit, and handed finalization back to tune

◆ Current state

tidyclust brings clustering into the tidymodels interface, and 0.3.0 was the release where its model coverage stopped being k-means and hierarchical clustering. DBSCAN and HDBSCAN, Gaussian mixtures, and mean shift all arrived at once as proper clustering specifications. The two releases since have been bug fixes on the metric and sparse-data paths, which is the usual pattern after a large surface addition.

◆ Where it's heading

The package is converging with the rest of tidymodels rather than maintaining a parallel API: finalize_model_tidyclust() and finalize_workflow_tidyclust() are deprecated because tune::finalize_model() and tune::finalize_workflow() now handle cluster_spec objects natively. That removes the last place where clustering needed its own version of a shared verb. With density-based and model-based clustering now present, the interface has to cover model families with genuinely different assumptions than the centroid methods it started with.

◆ Prediction

The recent fixes to cluster_metric_set() labeling and custom-metric authoring suggest evaluation is the current focus, so metrics suited to density-based clusters are the likely next addition.

Alternatives to haven and tidyclust

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either haven or tidyclust.

See all haven alternatives → · See all tidyclust alternatives →

Recent activity from haven and tidyclust

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agotidyclusttidyclust 0.3.2 fixes k_means() on sparse predictors
  2. 1mo agotidyclusttidyclust 0.3.1 stops same-named metrics silently merging
  3. 2mo agotidyclusttidyclust 0.3.0 adds DBSCAN, Gaussian mixture, and mean shift models
  4. 1y agohavenhaven 2.5.5 syncs ReadStat for stricter gcc diagnostics
  5. 1y agotidyclusttidyclust 0.2.4 switches distance calculations to philentropy
  6. 2y agotidyclusttidyclust 0.2.3 resolves a clustMixType reverse-dependency issue
  7. 2y agotidyclusttidyclust 0.2.2 resolves a ClusterR reverse-dependency issue
  8. 2y agohavenhaven 2.5.4 patches for an upcoming R-devel change
  9. 3y agohavenhaven 2.5.3 patches for an upcoming R-devel change
  10. 3y agohavenhaven 2.5.2 fixes SAS catalog reads and deprecates write_sas()
  11. 3y agohavenhaven 2.5.1 aligns labelled headers and fixes name repair
  12. 4y agohavenhaven 2.5.0 adds custom variable widths when writing files

Frequently asked questions

What is the difference between haven and tidyclust?

They serve adjacent needs but don't currently overlap on shipped themes. haven and tidyclust are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is haven better than tidyclust?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. haven and tidyclust are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to haven?

Top haven alternatives in Analytics are ranked by recent ship velocity. Browse the "haven alternatives" section above for the current picks, or visit /alternatives/haven for the full list with editorial commentary on each.

What are the best alternatives to tidyclust?

Top tidyclust alternatives in Analytics are ranked by recent ship velocity. Browse the "tidyclust alternatives" section above for the current picks, or visit /alternatives/tidyclust for the full list with editorial commentary on each.