← Back to home
Comparison · Infra & APIs

cocoon vs missSBM

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

Shared themes:r-package

cocoon vs missSBM: at a glance

FeaturecocoonmissSBM
SectorInfra & APIsInfra & APIs
Velocity score0.02.5
Sparks · 30d00
Top themesr-package, statistics, reporting, maintenancer-package, network-analysis, stochastic-block-model, missing-data
Last editorial update29m ago2h 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 missSBM?

missSBM returns after four dormant years with a stricter API and a new refinement step.

The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.

Read the full missSBM trajectory →

cocoon vs missSBM: 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.

M
missSBM
INFRA · APIS
2.5

missSBM returns after four dormant years with a stricter API and a new refinement step.

◆ Current state

The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.

◆ Where it's heading

The new release is maintenance-driven in the best sense: it targets the parts of the codebase that were hard to test or easy to misuse. Replacing free-form control lists with a function of named, defaulted arguments turns silent typos into errors, and pulling the exploration logic out of the collection class makes the search algorithm independently testable without changing it. The polish step addresses a known weakness, reaching individually misclassified nodes that split and merge moves cannot fix.

◆ Prediction

Given the gap before this release, the near-term question is whether the cadence resumes at all; the refactoring it contains would support further algorithmic work if it does.

Alternatives to cocoon and missSBM

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 missSBM.

See all cocoon alternatives → · See all missSBM alternatives →

Recent activity from cocoon and missSBM

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

  1. 26d agomissSBMReplaces raw control lists with missSBM_param(), adds polish()
  2. 1mo agococoonTest fix for wilcox.test changes in R-devel
  3. 11mo agococoonSuppress an R-devel warning in htest testing
  4. 1y agococoonformat_stats gains regression and mixed-model methods
  5. 1y agococoonformat_stats generic supersedes the per-test formatters
  6. 1y agococoonPre-release tag of the 0.1.0 contents
  7. 3y agomissSBMAdapts to Matrix 1.4-2 and fixes HTML5 documentation
  8. 4y agomissSBMFixes linking against nloptR 2.0.0
  9. 5y agomissSBMRelaxes CRAN test tolerances to avoid random failures
  10. 5y agomissSBMRewrites optimisation in C++ armadillo with sparse matrices
  11. 5y agomissSBMRenames core functions and interfaces with the sbm package

Frequently asked questions

What is the difference between cocoon and missSBM?

Both compete on the same themes — r-package — within Infra & APIs. missSBM is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is cocoon better than missSBM?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. missSBM is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. 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 missSBM?

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