← Back to home
Comparison · Analytics

fracture vs healthyR.ts

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

fracture vs healthyR.ts: at a glance

FeaturefracturehealthyR.ts
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesnumeric formatting, fractions, utility package, maintenancetime series, healthyverse, stationarity, ggplot2
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is fracture?

fracture solved decimal-to-fraction conversion years ago and now only answers to CRAN.

A single-purpose package converting decimals to fractions, with a matrix form and a Unicode pretty-printer. The functional work finished in 2021-2022: an explicit denom argument, named-argument-only calling, sensible denominators at 0 and 1, and NA and Inf handled rather than erroring. The only release since is a four-year-later removal of a C++11 system requirement that R's C++17 default made redundant.

Read the full fracture trajectory →

What is healthyR.ts?

healthyR.ts keeps adding time-series helpers, then quietly breaks the old ones to modernise them.

A time-series companion in the healthyverse family, shipping helper functions in batches: growth-rate vectors, an ADF test and auto_stationarize() in 0.2.11, then five log and differencing transforms in 0.3.0, and a random-walk plot in 0.3.2. Alongside the additions runs a steady stream of breaking cleanups — invisible returns dropped, R 4.1 required for the native pipe, and ts_ma_plot() refactored onto ggplot2 facets with its xts output removed and its return value cut from six items to two.

Read the full healthyR.ts trajectory →

fracture vs healthyR.ts: editorial side-by-side

F
fracture
ANALYTICS
0.0

fracture solved decimal-to-fraction conversion years ago and now only answers to CRAN.

◆ Current state

A single-purpose package converting decimals to fractions, with a matrix form and a Unicode pretty-printer. The functional work finished in 2021-2022: an explicit denom argument, named-argument-only calling, sensible denominators at 0 and 1, and NA and Inf handled rather than erroring. The only release since is a four-year-later removal of a C++11 system requirement that R's C++17 default made redundant.

◆ Where it's heading

This is a completed utility. Its arc ran from correctness — floating-point rounding, exhaustive tests across millions of fractions — through API tightening, to edge-case tolerance, and then stopped. The 2026 release contains no user-visible change at all; it exists because CRAN's toolchain moved, which is the characteristic maintenance mode of a small package that does one thing correctly.

◆ Prediction

Nothing in these entries suggests new functionality; expect further releases only when R or CRAN policy forces one, as this one did.

H
healthyR.ts
ANALYTICS
0.0

healthyR.ts keeps adding time-series helpers, then quietly breaks the old ones to modernise them.

◆ Current state

A time-series companion in the healthyverse family, shipping helper functions in batches: growth-rate vectors, an ADF test and auto_stationarize() in 0.2.11, then five log and differencing transforms in 0.3.0, and a random-walk plot in 0.3.2. Alongside the additions runs a steady stream of breaking cleanups — invisible returns dropped, R 4.1 required for the native pipe, and ts_ma_plot() refactored onto ggplot2 facets with its xts output removed and its return value cut from six items to two.

◆ Where it's heading

Two threads, both consistent. The functional one is coverage of the stationarity workflow — transform, test, auto-stationarize, plot — assembled function by function rather than as a single API. The structural one is convergence on ggplot2 and tidy conventions, retiring xts objects and multi-object return lists as it goes. The package is not afraid to break return shapes to get there, so upgrades are not drop-in.

◆ Prediction

Expect the remaining functions that still return xts objects or bundled lists to get the same ggplot2-only treatment, since ts_ma_plot() was refactored on exactly that rationale.

Alternatives to fracture and healthyR.ts

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 fracture or healthyR.ts.

See all fracture alternatives → · See all healthyR.ts alternatives →

Recent activity from fracture and healthyR.ts

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

  1. 6mo agohealthyR.tsRandom walk plot added; ts_ma_plot drops xts for ggplot2 facets
  2. 6mo agofractureObsolete C++11 requirement removed
  3. 1y agohealthyR.tsInvisible returns dropped; random walk and vva plot fixes
  4. 2y agohealthyR.tsFive log and differencing transform utilities added
  5. 2y agohealthyR.tsStationarity testing and auto_stationarize added
  6. 2y agohealthyR.tsSingle example fix
  7. 3y agohealthyR.tsBoilerplate fitting uses show_best directly
  8. 4y agofractureNA and Inf inputs handled instead of erroring
  9. 4y agofractureExplicit denominator argument; arguments now named-only
  10. 5y agofractureUnicode fraction formatting and rounding fixes

Frequently asked questions

What is the difference between fracture and healthyR.ts?

They serve adjacent needs but don't currently overlap on shipped themes. fracture and healthyR.ts 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 fracture better than healthyR.ts?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. fracture and healthyR.ts 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 fracture?

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

What are the best alternatives to healthyR.ts?

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