← Back to home
Comparison · Analytics

dplyr vs performance

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

dplyr vs performance: at a glance

Featuredplyrperformance
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesr, data-manipulation, tidyverse, api-expansionr-language, model-diagnostics, bayesian, easystats
Last editorial update3h ago1h ago
WebsiteVisit →Visit →

What is dplyr?

After two quiet years dplyr widened its verb vocabulary in one release

dplyr sat on patch releases from late 2023 until 1.2.0 landed in February 2026, and that release did a lot at once: a filter_out() counterpart to filter(), elementwise when_any() and when_all(), and three new recoding verbs alongside case_when(). It also rewrote if_else(), case_when() and coalesce() in C via vctrs, and promoted .by and reframe() from experimental to stable. The follow-up 1.2.1 is a compliance patch.

Read the full dplyr trajectory →

What is performance?

performance keeps adding ways to check a model you have already fitted.

performance is at 0.17.1, which added check_priors() for prior predictive checks on Bayesian models and gave check_overdispersion(), check_model() and check_predictions() arguments to control residual type and plot range. The releases before it are a similar mix: a -2LL criterion column in test_likelihoodratio(), Bayesian predictive checks routed through modelbased, and in 0.16.0 a set of breaking renames including RMSA to the correct RMSR.

Read the full performance trajectory →

dplyr vs performance: editorial side-by-side

D
dplyr
ANALYTICS
0.0

After two quiet years dplyr widened its verb vocabulary in one release

◆ Current state

dplyr sat on patch releases from late 2023 until 1.2.0 landed in February 2026, and that release did a lot at once: a filter_out() counterpart to filter(), elementwise when_any() and when_all(), and three new recoding verbs alongside case_when(). It also rewrote if_else(), case_when() and coalesce() in C via vctrs, and promoted .by and reframe() from experimental to stable. The follow-up 1.2.1 is a compliance patch.

◆ Where it's heading

The package is expanding its verb set deliberately, through published Tidyup design proposals rather than ad-hoc additions, and each new verb targets a case where the old idiom was error-prone - most obviously NA handling in negated filters. Underneath, hot paths keep moving from R into C, so the API grows while the runtime cost falls.

◆ Prediction

Expect the remaining experimental surface to follow .by and reframe() toward stable, and further hot paths to be rewritten in C via vctrs. The two Tidyup proposals referenced here suggest more of the filter and recode families is still being designed.

P
performance
ANALYTICS
0.0

performance keeps adding ways to check a model you have already fitted.

◆ Current state

performance is at 0.17.1, which added check_priors() for prior predictive checks on Bayesian models and gave check_overdispersion(), check_model() and check_predictions() arguments to control residual type and plot range. The releases before it are a similar mix: a -2LL criterion column in test_likelihoodratio(), Bayesian predictive checks routed through modelbased, and in 0.16.0 a set of breaking renames including RMSA to the correct RMSR.

◆ Where it's heading

Two consistent habits. Diagnostics keep gaining arguments to narrow what is examined — ppc_range, x_limits, maximum_dots, show_ci — which reads as a package being used on models large and awkward enough that the defaults stopped working. And simulated residuals via DHARMa keep displacing standard ones as the basis for the checks themselves.

◆ Prediction

With check_priors() newly added and Bayesian predictive checks now routed through modelbased, the next release most likely extends the Bayesian diagnostic set rather than reworking the frequentist checks.

Alternatives to dplyr and performance

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 dplyr or performance.

See all dplyr alternatives → · See all performance alternatives →

Recent activity from dplyr and performance

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

  1. 1mo agoperformancecheck_priors() added; overdispersion plots use simulated residuals
  2. 2mo agoperformance-2LL criterion column and unified Bayesian predictive checks
  3. 4mo agodplyrFull compliance with the R C API
  4. 6mo agoperformanceBreaking renames plus point-count and CI controls in check_model()
  5. 6mo agodplyrfilter_out(), when_any() and three recoding verbs land in 1.2.0
  6. 8mo agoperformancecheck_autocorrelation() methods for DHARMa objects
  7. 10mo agoperformanceFixes CRAN checks after an rstanarm update
  8. 11mo agoperformancetinytable output format in display()
  9. 2y agodplyrNamespaced join_by() helpers and refreshed bundled datasets
  10. 2y agodplyrDeprecation message and setequal() consistency fixes
  11. 3y agodplyrAll-NA join key fix and count() documentation
  12. 3y agodplyrJoins gain a relationship argument and warn far less often

Frequently asked questions

What is the difference between dplyr and performance?

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

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

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

What are the best alternatives to performance?

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