← Back to home
Comparison · Infra & APIs

cocoon vs fdacluster

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

Shared themes:r-package

cocoon vs fdacluster: at a glance

Featurecocoonfdacluster
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesr-package, statistics, reporting, maintenancefunctional-data-analysis, clustering, r-package, rcpp
Last editorial update57m ago47m ago
WebsiteVisit →Visit →

What is cocoon?

A statistics-formatting helper in maintenance mode, tracking R-devel one fix at a time

cocoon formats statistical output for manuscripts, converting model and test objects into publication-ready strings. Its surface settled early: format_stats() is a generic that dispatches on object class, introduced in 0.1.0 to supersede the earlier format_corr() and format_ttest(), and extended in 0.2.0 to cover aov, lm, glm and the lme4 and lmerTest mixed-model families. The two releases since have been single-issue compatibility fixes against changes to wilcox.test() in R-devel.

Read the full cocoon trajectory →

What is fdacluster?

Functional data clustering grew from one algorithm into a comparable suite

fdacluster clusters functional data while separating amplitude from phase variation, aligning curves as part of the clustering rather than before it. The algorithm set covers k-means, hierarchical clustering and DBSCAN, all producing a common caps result object so runs can be compared directly. Version 0.4.0 tightened the interface with is_domain_interval and transformation arguments describing the input data, added compatibility checking between incompatible option combinations, and split the L2 and normalized L2 distances into separate C++ classes to enforce that plain L2 cannot be combined with dilation or affine warping it is not invariant to.

Read the full fdacluster trajectory →

cocoon vs fdacluster: editorial side-by-side

C
cocoon
INFRA · APIS
0.0

A statistics-formatting helper in maintenance mode, tracking R-devel one fix at a time

◆ Current state

cocoon formats statistical output for manuscripts, converting model and test objects into publication-ready strings. Its surface settled early: format_stats() is a generic that dispatches on object class, introduced in 0.1.0 to supersede the earlier format_corr() and format_ttest(), and extended in 0.2.0 to cover aov, lm, glm and the lme4 and lmerTest mixed-model families. The two releases since have been single-issue compatibility fixes against changes to wilcox.test() in R-devel.

◆ Where it's heading

The package reached feature completeness for its stated job quickly and has been in maintenance since early 2025. Both 0.2.1 and 0.3.1 address the same upstream moving part - how wilcox.test() computes exact versus asymptotic distributions in development versions of R - which is the shape of a package whose own code is stable and whose risk lives entirely in what it wraps. Nothing in the recent entries points at new statistical object types.

◆ Prediction

Further releases are likely to stay reactive, triggered by R-devel or dependency changes rather than by new formatting methods, unless a specific model class is requested.

F
fdacluster
INFRA · APIS
0.0

Functional data clustering grew from one algorithm into a comparable suite

◆ Current state

fdacluster clusters functional data while separating amplitude from phase variation, aligning curves as part of the clustering rather than before it. The algorithm set covers k-means, hierarchical clustering and DBSCAN, all producing a common caps result object so runs can be compared directly. Version 0.4.0 tightened the interface with is_domain_interval and transformation arguments describing the input data, added compatibility checking between incompatible option combinations, and split the L2 and normalized L2 distances into separate C++ classes to enforce that plain L2 cannot be combined with dilation or affine warping it is not invariant to.

◆ Where it's heading

The trajectory runs from method implementation toward guardrails and portability. Early releases added capability; recent ones prevent misuse and reduce weight - dplyr, forcats, tidyr and purrr removed in 0.4.0, furrr swapped for future.apply - while 0.4.2 is entirely C++ correctness, replacing Armadillo's whole-object finiteness check with scalar std::isfinite and fixing an integer overflow in linear index computation that broke large datasets. Cadence is roughly one release a year.

◆ Prediction

Given that the last two releases were dependency reduction and numerical correctness rather than method work, expect the next to continue in that vein unless a new clustering algorithm is contributed.

Alternatives to cocoon and fdacluster

Other Infra & APIs 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 cocoon or fdacluster.

See all cocoon alternatives → · See all fdacluster alternatives →

Recent activity from cocoon and fdacluster

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

  1. 1mo agococoonTest fix for wilcox.test changes in R-devel
  2. 7mo agofdaclusterInteger overflow fixed for large datasets, C++ finiteness checks corrected
  3. 11mo agococoonSuppress an R-devel warning in htest testing
  4. 1y agococoonformat_stats gains regression and mixed-model methods
  5. 1y agofdaclusterParallel worker setup and an acronym correction
  6. 1y agofdaclusterInput description arguments and enforced distance-warping compatibility
  7. 1y agococoonformat_stats generic supersedes the per-test formatters
  8. 1y agococoonPre-release tag of the 0.1.0 contents
  9. 3y agofdaclusterMedian centroids and centroids defined on unioned grids
  10. 3y agofdaclusterNamespace notation and optional dependency guards
  11. 3y agofdaclusterHierarchical clustering, DBSCAN and a shared result class arrive together

Frequently asked questions

What is the difference between cocoon and fdacluster?

Both compete on the same themes — r-package — within Infra & APIs. cocoon and fdacluster 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 cocoon better than fdacluster?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. cocoon and fdacluster 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 Infra & APIs products to evaluate alongside.

What are the best alternatives to cocoon?

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

What are the best alternatives to fdacluster?

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