← Back to home
Comparison · Infra & APIs

forestploter vs KRLS

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

Shared themes:r-package

forestploter vs KRLS: at a glance

FeatureforestploterKRLS
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesdata-visualization, clinical-trials, forest-plots, meta-analysiskernel-methods, machine-learning, causal-inference, scalability
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is forestploter?

A forest plot package that keeps handing users control of one more graphical detail.

forestploter draws forest plots where the layout is driven by the data frame itself, so text columns and confidence intervals sit in the same grid. The theme function has become the package's centre of gravity: it now controls graphical parameters for titles, legends, axis, arrow labels, footnotes, and reference lines, with multi-column and row-order legend controls added most recently. Two releases shipped nine minutes apart in April 2026 after a two-year gap, deprecating some theme parameters, removing inter-cell gaps, and improving tick breaks.

Read the full forestploter trajectory →

What is KRLS?

A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.

KRLS fits kernel regularized least squares, a method whose exact form requires an n-by-n kernel matrix and therefore stops being usable well before modern sample sizes. Three releases shipped within 33 minutes of each other addressed exactly that: a Nystrom approximation mode with conditional approximate inference, kmeans landmark selection with an accessor for reusing landmarks across fits, and GCV as an alternative to leave-one-out for choosing lambda. The default path remains the exact one, and existing calls are unchanged.

Read the full KRLS trajectory →

forestploter vs KRLS: editorial side-by-side

F
forestploter
INFRA · APIS
0.0

A forest plot package that keeps handing users control of one more graphical detail.

◆ Current state

forestploter draws forest plots where the layout is driven by the data frame itself, so text columns and confidence intervals sit in the same grid. The theme function has become the package's centre of gravity: it now controls graphical parameters for titles, legends, axis, arrow labels, footnotes, and reference lines, with multi-column and row-order legend controls added most recently. Two releases shipped nine minutes apart in April 2026 after a two-year gap, deprecating some theme parameters, removing inter-cell gaps, and improving tick breaks.

◆ Where it's heading

The direction has been consistent for four years: whatever a user might want to restyle eventually becomes an argument. Point size stopped being transformed, cell height adjustment was removed as unwanted, legends gained size, column, and fill-order control, and vertical lines learned to extend the full plot height and to draw beneath the whiskers. The one structural move was 1.1.0, which let callers supply their own confidence-interval and summary drawing functions — turning a fixed renderer into an extensible one. Everything since has been the arguments that extensibility did not cover.

◆ Prediction

The latest release deprecates theme parameters rather than adding them, which suggests the next one consolidates the theme surface that has grown for four years rather than extending it further.

K
KRLS
INFRA · APIS
0.0

A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.

◆ Current state

KRLS fits kernel regularized least squares, a method whose exact form requires an n-by-n kernel matrix and therefore stops being usable well before modern sample sizes. Three releases shipped within 33 minutes of each other addressed exactly that: a Nystrom approximation mode with conditional approximate inference, kmeans landmark selection with an accessor for reusing landmarks across fits, and GCV as an alternative to leave-one-out for choosing lambda. The default path remains the exact one, and existing calls are unchanged.

◆ Where it's heading

The package is being modernized on two tracks that reinforce each other. The interface track — a formula method, broom extractors, autoplot, summary and glance diagnostics — makes the estimator fit contemporary R workflows without touching the algorithm, and the notes are explicit that existing matrix-interface calls remain bit-identical. The performance track removes the reasons it could not be run at all: the Nystrom mode for the kernel matrix, and an average-marginal-effects variance computation rewritten via a row-sum identity to quadratic per-predictor cost. Everything is added as opt-in, which suggests the goal is reaching new users without disturbing replication of published results.

◆ Prediction

With approximation, landmark reuse, and a second lambda criterion now in place, the remaining gap is guidance on when to trust them; the scaling vignette shipped alongside GCV points to more empirical validation rather than new estimation machinery.

Alternatives to forestploter and KRLS

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 forestploter or KRLS.

See all forestploter alternatives → · See all KRLS alternatives →

Recent activity from forestploter and KRLS

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

  1. 3mo agoKRLSGCV added as an alternative lambda selection criterion
  2. 3mo agoKRLSKmeans landmark selection and landmark reuse across fits
  3. 3mo agoKRLSNystrom approximation mode lifts the sample-size ceiling
  4. 3mo agoKRLSFormula interface plus broom and autoplot support
  5. 3mo agoKRLSv1.1-0: Update Chad Hazlett affiliation MIT -> UCLA in 9 .Rd files
  6. 3mo agoforestploterTheme parameters deprecated; cell gaps removed, ticks improved
  7. 3mo agoforestploterMulti-column legends and full-height vertical lines
  8. 2y agoforestploterFull graphical control over titles, legends, axis and footnotes
  9. 2y agoforestploterTick digit calculation improved; automatic cell height removed
  10. 3y agoforestploterCustom CI and summary drawing functions; boxplots inside the plot
  11. 3y agoforestploterArbitrary grobs and math symbols can be placed in cells

Frequently asked questions

What is the difference between forestploter and KRLS?

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

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

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

What are the best alternatives to KRLS?

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