← Back to home
Comparison · Analytics

cIRT vs ggguides

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

Shared themes:r-package

cIRT vs ggguides: at a glance

FeaturecIRTggguides
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesitem-response-theory, psychometrics, rcpparmadillo, maintenance-modeggplot2, legends, r-package, bugfix-train
Last editorial update22m ago1h ago
WebsiteVisit →Visit →

What is cIRT?

A choice-based IRT model published once in 2019 and kept compiling ever since

cIRT implements Choice Item Response Theory, jointly modelling which item a respondent picks and how they perform on it — the setting where subjects choose between a harder and an easier question and the choice itself carries information. It comes out of the TMSA Lab, is built on Rcpp and RcppArmadillo, and has had one substantive release since reaching CRAN. Everything after early 2019 is build-system and toolchain upkeep.

Read the full cIRT trajectory →

What is ggguides?

Three releases in one day to make legend positioning finally do what the docs said.

ggguides is a helper layer over ggplot2's guide system, exposing legend placement and styling through small named functions instead of raw theme() calls. On 23 April 2026 it shipped 1.1.7, 1.1.8 and 1.1.9 within thirteen hours, each fixing a different path by which the justification argument silently did nothing. The common root cause is that ggplot2 3.5 split legend.justification into side-specific theme elements, and ggguides was still writing to the generic fallback.

Read the full ggguides trajectory →

cIRT vs ggguides: editorial side-by-side

C
cIRT
ANALYTICS
0.0

A choice-based IRT model published once in 2019 and kept compiling ever since

◆ Current state

cIRT implements Choice Item Response Theory, jointly modelling which item a respondent picks and how they perform on it — the setting where subjects choose between a harder and an easier question and the choice itself carries information. It comes out of the TMSA Lab, is built on Rcpp and RcppArmadillo, and has had one substantive release since reaching CRAN. Everything after early 2019 is build-system and toolchain upkeep.

◆ Where it's heading

The package's whole functional history fits in a two-day window in January 2019, when the CRAN release and its immediate follow-ups were tagged in one batch, followed a day later by a release enabling C++11 and OpenMP and fixing the choice generation procedure. Since then the releases track other people's deprecations: Armadillo dropping conversions, RcppArmadillo requiring a different Makevars, R raising its floor. The 2025 release is entirely of that kind, down to swapping the README to Quarto.

◆ Prediction

The dependency floors were just raised to current Rcpp and RcppArmadillo, so the next release is most likely the one after Armadillo deprecates something else.

G
ggguides
ANALYTICS
0.0

Three releases in one day to make legend positioning finally do what the docs said.

◆ Current state

ggguides is a helper layer over ggplot2's guide system, exposing legend placement and styling through small named functions instead of raw theme() calls. On 23 April 2026 it shipped 1.1.7, 1.1.8 and 1.1.9 within thirteen hours, each fixing a different path by which the justification argument silently did nothing. The common root cause is that ggplot2 3.5 split legend.justification into side-specific theme elements, and ggguides was still writing to the generic fallback.

◆ Where it's heading

The package is in the phase where a wrapper meets the reality of the API it wraps. All three same-day releases are the same bug found in successive entry points: legend_inside(), then the four side functions, then legend_style(by = ). Along the way the fix work produced a real feature, a justification argument on the side legend functions. The pattern of a single reporter driving three consecutive releases suggests the surface is being audited rather than randomly patched.

◆ Prediction

Expect a consolidation release that audits the remaining theme elements ggguides writes to against ggplot2 3.5 semantics, rather than another single-path fix.

Alternatives to cIRT and ggguides

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 cIRT or ggguides.

See all cIRT alternatives → · See all ggguides alternatives →

Recent activity from cIRT and ggguides

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

  1. 3mo agoggguideslegend_style(by=) justification now reaches the whole-plot theme
  2. 3mo agoggguidesSide legend functions gain justification and target the right theme element
  3. 3mo agoggguideslegend_inside() justification now moves the legend as documented
  4. 8mo agoggguidesLegend reordering, key overrides and colorbar styling added
  5. 10mo agocIRTArmadillo deprecations cleared, build config modernised
  6. 4y agocIRTperson() argument fix and dependency floor raise
  7. 6y agocIRTpkgdown site added, CI moved to GitHub Actions
  8. 7y agocIRTOpenMP enabled and the choice generation bug fixed
  9. 7y agocIRTcIRT 1.0.0: Initial Package Released to CRAN
  10. 7y agocIRTChoice matrix gains hard and easy question ids

Frequently asked questions

What is the difference between cIRT and ggguides?

Both compete on the same themes — r-package — within Analytics. cIRT and ggguides 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 cIRT better than ggguides?

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

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

What are the best alternatives to ggguides?

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