← Back to home
Comparison · Analytics

dplyr vs modeltime

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

dplyr vs modeltime: at a glance

Featuredplyrmodeltime
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesr, data-manipulation, tidyverse, api-expansionforecasting, conformal-prediction, tidymodels, parallelism
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 modeltime?

modeltime built conformal intervals in, then went quiet on features.

modeltime is at 1.3.3, a single change making the package robust to xgboost version shifts. The feature weight sits in 1.3.2, which added a future-based parallel backend, the maape() accuracy metric and dials helpers for ADAM engine tuning, and further back in the 1.2.8 and 1.3.0 pair that introduced conformal prediction intervals and then carried them through the nested forecasting workflow.

Read the full modeltime trajectory →

dplyr vs modeltime: 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.

M
modeltime
ANALYTICS
0.0

modeltime built conformal intervals in, then went quiet on features.

◆ Current state

modeltime is at 1.3.3, a single change making the package robust to xgboost version shifts. The feature weight sits in 1.3.2, which added a future-based parallel backend, the maape() accuracy metric and dials helpers for ADAM engine tuning, and further back in the 1.2.8 and 1.3.0 pair that introduced conformal prediction intervals and then carried them through the nested forecasting workflow.

◆ Where it's heading

The arc runs from uncertainty quantification to execution. Conformal intervals arrived first and were then threaded through nested fitting, refitting and the printed forecast tables so users can see which confidence method produced an interval. The later work moves down a layer to how forecasts are computed — a portable future backend replacing foreach tuning — rather than what they express.

◆ Prediction

With only an xgboost compatibility fix since the 1.3.2 feature release, the entries do not support a confident prediction about what comes next beyond continued dependency maintenance.

Alternatives to dplyr and modeltime

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

See all dplyr alternatives → · See all modeltime alternatives →

Recent activity from dplyr and modeltime

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

  1. 4mo agodplyrFull compliance with the R C API
  2. 6mo agodplyrfilter_out(), when_any() and three recoding verbs land in 1.2.0
  3. 7mo agomodeltimeRobustness to xgboost version changes
  4. 11mo agomodeltimefuture parallel backend, maape() metric and ADAM tuning helpers
  5. 2y agomodeltimeConformal intervals reach the nested forecasting workflow
  6. 2y agodplyrNamespaced join_by() helpers and refreshed bundled datasets
  7. 2y agodplyrDeprecation message and setequal() consistency fixes
  8. 2y agomodeltimeConformal prediction intervals introduced
  9. 3y agodplyrAll-NA join key fix and count() documentation
  10. 3y agodplyrJoins gain a relationship argument and warn far less often
  11. 3y agomodeltimeFixes the Smooth es() model
  12. 3y agomodeltimeFixes failing developer-tools tests

Frequently asked questions

What is the difference between dplyr and modeltime?

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

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

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