← Back to home
Comparison · Analytics

slider vs Tplyr

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

slider vs Tplyr: at a glance

FeaturesliderTplyr
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themessliding-windows, tidyverse, c-api-compliance, vctrsclinical-trials, tables, traceability, r-package
Last editorial update1h ago59m ago
WebsiteVisit →Visit →

What is slider?

Feature-complete since 2021, and every release since has been paying CRAN's C API bill

slider provides sliding-window and index-aware window functions for R, with a C implementation underneath and a specialised fast path for common aggregations. The user-facing surface has been stable since 0.3.0 in late 2022. Everything after that is compliance and platform work: STRING_PTR removed in 0.3.2, OBJECT() removed in 0.3.3, a vctrs callable's C signature corrected, and the minimum R version raised twice.

Read the full slider trajectory →

What is Tplyr?

Tplyr made clinical summary tables explain where every number came from.

Tplyr builds clinical summary tables through a layered grammar — count, descriptive statistics, and shift layers assembled onto a table object. The 1.0.0 release added a traceability metadata framework that lets a user ask which source rows produced any given cell, and later releases extended it to cases the first pass missed. The package is maintained by Atorus within the pharmaverse ecosystem.

Read the full Tplyr trajectory →

slider vs Tplyr: editorial side-by-side

S
slider
ANALYTICS
0.0

Feature-complete since 2021, and every release since has been paying CRAN's C API bill

◆ Current state

slider provides sliding-window and index-aware window functions for R, with a C implementation underneath and a specialised fast path for common aggregations. The user-facing surface has been stable since 0.3.0 in late 2022. Everything after that is compliance and platform work: STRING_PTR removed in 0.3.2, OBJECT() removed in 0.3.3, a vctrs callable's C signature corrected, and the minimum R version raised twice.

◆ Where it's heading

Two forces set the release schedule, and neither is feature demand. The first is CRAN closing off non-API C entry points, which packages reaching into R internals for speed have to unwind one accessor at a time — slider is on its second such release with no visible loss of function. The second is vctrs, whose breaking changes slider absorbs ahead of time; 0.2.2 exists solely to prepare for one. The last release that added anything callers can see was 0.3.0's slider_plus() and slider_minus() extension hooks.

◆ Prediction

Expect the pattern to continue: another non-API accessor removal or a vctrs compatibility release, rather than new window functions. The C-level surface is the only part of this package still moving.

T
Tplyr
ANALYTICS
0.0

Tplyr made clinical summary tables explain where every number came from.

◆ Current state

Tplyr builds clinical summary tables through a layered grammar — count, descriptive statistics, and shift layers assembled onto a table object. The 1.0.0 release added a traceability metadata framework that lets a user ask which source rows produced any given cell, and later releases extended it to cases the first pass missed. The package is maintained by Atorus within the pharmaverse ecosystem.

◆ Where it's heading

Post-1.0 work has been about completing the metadata story and filling gaps in layer composition rather than adding table types — metadata for missing subjects, add_anti_join(), missing-subject rows, data limiting, and fixes to nested count layers where an inner value appears under several outer groups. Releases cluster tightly after a major version, then go quiet, and the window ends with a patch issued days after the release it corrects.

◆ Prediction

Further releases will most likely continue closing traceability and nested-layer edge cases rather than introducing new layer types, following the pattern of both post-1.0 feature releases.

Alternatives to slider and Tplyr

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 slider or Tplyr.

See all slider alternatives → · See all Tplyr alternatives →

Recent activity from slider and Tplyr

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

  1. 9mo agosliderNon-API OBJECT() removed and a vctrs C signature fixed
  2. 1y agosliderNon-API STRING_PTR removed; R 4.0.0 now required
  3. 2y agoTplyrMissing-subject metadata, add_anti_join(), and nested-layer fixes
  4. 2y agosliderValgrind test fixes and dependency version bumps
  5. 3y agoTplyrMetadata vignette fix and parenthesis hugging
  6. 3y agosliderExtension hooks let clock and almanac types serve as an index
  7. 3y agoTplyrDenominator logic fix ahead of CRAN release
  8. 3y agoTplyrReverse-dependency fix
  9. 3y agoTplyr1.0.0 introduces the traceability metadata framework
  10. 5y agosliderInternal vec_order usage updated ahead of a vctrs break
  11. 5y agosliderlong double alignment issue fixed for CRAN sanitisers

Frequently asked questions

What is the difference between slider and Tplyr?

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

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

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

What are the best alternatives to Tplyr?

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