← Back to home
Comparison · Analytics

cubist vs questionr

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

cubist vs questionr: at a glance

Featurecubistquestionr
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesmachine-learning, rule-based-models, tidymodels, reproducibilitysurvey analysis, contingency tables, rstudio addins, tidyverse compatibility
Last editorial update1h ago44m ago
WebsiteVisit →Visit →

What is cubist?

The R port of Quinlan's Cubist gets reproducibility fixes, not new modelling

Cubist is the R interface to Quinlan's rule-based regression model, wrapping the original C sources behind an R API and feeding the tidymodels rules package. The 0.6.0 release adds a strip_time_stamps control that removes date, time and duration information from model output, and now errors rather than silently misbehaving when a date or date-time column is passed. Error reporting moves from base stop() and warning() to cli.

Read the full cubist trajectory →

What is questionr?

questionr's survey helpers are finished; recent releases only keep pace with R-devel.

A long-running toolkit for survey data in R — proportion tables, weighted counts, and the interactive irec(), iorder() and icut() addins for recoding. The last functional release was 0.8.0 in March 2025: a new freqtable() function, prop(), cprop() and rprop() extended to tables of three or more dimensions, and the addins moved onto the native pipe and forcats' current API. Both releases since exist purely to fix tests broken by R-devel changes to table internals.

Read the full questionr trajectory →

cubist vs questionr: editorial side-by-side

C
cubist
ANALYTICS
0.0

The R port of Quinlan's Cubist gets reproducibility fixes, not new modelling

◆ Current state

Cubist is the R interface to Quinlan's rule-based regression model, wrapping the original C sources behind an R API and feeding the tidymodels rules package. The 0.6.0 release adds a strip_time_stamps control that removes date, time and duration information from model output, and now errors rather than silently misbehaving when a date or date-time column is passed. Error reporting moves from base stop() and warning() to cli.

◆ Where it's heading

The direction is custodial: this is a mature algorithm with a stable definition, so the work is making a decades-old C codebase behave predictably inside a modern R workflow. The reproducibility thread is the clearest one — embedded timestamps mean two identical models compare as different objects, which breaks caching, testing and any workflow that hashes results. Alongside it runs slow C hygiene, from keyword symbol overwrites in 0.5.0 to unused-variable warnings in 0.6.0.

◆ Prediction

Expect continued small maintenance releases tracking CRAN compiler requirements and the needs of the rules package, with no change to the modelling algorithm itself.

Q
questionr
ANALYTICS
0.0

questionr's survey helpers are finished; recent releases only keep pace with R-devel.

◆ Current state

A long-running toolkit for survey data in R — proportion tables, weighted counts, and the interactive irec(), iorder() and icut() addins for recoding. The last functional release was 0.8.0 in March 2025: a new freqtable() function, prop(), cprop() and rprop() extended to tables of three or more dimensions, and the addins moved onto the native pipe and forcats' current API. Both releases since exist purely to fix tests broken by R-devel changes to table internals.

◆ Where it's heading

This is a stable package in compatibility-maintenance mode, where the release trigger is upstream churn rather than user demand. The functional work that does appear follows a consistent line — generalising the table functions beyond two dimensions, and keeping the interactive recoding addins aligned with current tidyverse idioms rather than the deprecated ones they were written against. The same maintainer's rainette shipped its own upstream-compatibility fix in the same window.

◆ Prediction

Expect the next release to be another R-devel or tidyverse compatibility fix; nothing in the entries points to new functionality.

Alternatives to cubist and questionr

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 cubist or questionr.

See all cubist alternatives → · See all questionr alternatives →

Recent activity from cubist and questionr

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

  1. 5mo agocubiststrip_time_stamps makes fitted models reproducible
  2. 6mo agoquestionrR-devel test fix for NA naming in tables
  3. 9mo agocubistCubist 0.5.1
  4. 1y agoquestionrR-devel test fix for table subset classes
  5. 1y agocubistCubist 0.5.0
  6. 1y agoquestionrfreqtable added; proportion tables handle three or more dimensions
  7. 2y agocubistCubist 0.4.4
  8. 3y agoquestionrAddins handle non-syntactic variable names
  9. 4y agoquestionrforcats errors on numeric variables fixed
  10. 4y agoquestionricut default changed; rp2018 dataset replaces rp99
  11. 4y agocubistCubist 0.4.0

Frequently asked questions

What is the difference between cubist and questionr?

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

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

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

What are the best alternatives to questionr?

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