← Back to home
Comparison · Analytics

cheapr vs ggsci

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

cheapr vs ggsci: at a glance

Featurecheaprggsci
SectorAnalyticsAnalytics
Velocity score0.02.5
Sparks · 30d00
Top themesperformance, parallelism, simd, c-apicolor palettes, ggplot2, r, data visualization
Last editorial update49m ago2h ago
WebsiteVisit →Visit →

What is cheapr?

cheapr turned multi-threaded, and its next stop is a C++20 public API.

cheapr supplies lower-overhead replacements for base R's data manipulation primitives — subsetting, recycling, concatenation, attribute handling, data frame construction. Through 2025 it grew function by function: sset_df/sset_row/sset_col, list_as_df, cheapr_c, counts, str_coalesce, df_modify. The 1.5.0 release in April 2026 changed the nature of the package, adding parallelised math functions, user-settable thread counts, multi-threaded vector initialisers, and a SIMD-parallelised if_else_, with threading on by default at two threads.

Read the full cheapr trajectory →

What is ggsci?

ggsci quietly became a palette mirror, then taught itself to generate colors on demand

ggsci ships ready-made ggplot2 color scales, originally journal and sci-fi palettes and now overwhelmingly terminal themes — the iTerm collection has grown past 400 entries and picks up 30 to 70 more with each sync. The one structural change in the recent run is gephi_palettes(), which generates distinct categorical colors for an arbitrary number of levels rather than serving a fixed list. Release cadence is steady, roughly every six to eight weeks.

Read the full ggsci trajectory →

cheapr vs ggsci: editorial side-by-side

C
cheapr
ANALYTICS
0.0

cheapr turned multi-threaded, and its next stop is a C++20 public API.

◆ Current state

cheapr supplies lower-overhead replacements for base R's data manipulation primitives — subsetting, recycling, concatenation, attribute handling, data frame construction. Through 2025 it grew function by function: sset_df/sset_row/sset_col, list_as_df, cheapr_c, counts, str_coalesce, df_modify. The 1.5.0 release in April 2026 changed the nature of the package, adding parallelised math functions, user-settable thread counts, multi-threaded vector initialisers, and a SIMD-parallelised if_else_, with threading on by default at two threads.

◆ Where it's heading

Two arcs run at once. The visible one is parallelism: what began as single-threaded C shortcuts is becoming a threaded compute layer, and the notes state the C/C++ API is mid-rewrite with a stable form promised at 2.0.0 behind a C++20 requirement. The quieter one is R C API compliance — 1.5.1 removed R_MissingArg, R_UnboundValue, Rf_findVar and Rf_findVarinFrame, the non-API entry points being closed off upstream. The 1.5.x patches since are narrow crash fixes, which reads as consolidation before the 2.0.0 break.

◆ Prediction

Expect 2.0.0 to land the stable C/C++ API behind a C++20 toolchain floor, with more of the existing function surface threaded in the interim. The package has announced both moves in its own release notes.

G
ggsci
ANALYTICS
2.5

ggsci quietly became a palette mirror, then taught itself to generate colors on demand

◆ Current state

ggsci ships ready-made ggplot2 color scales, originally journal and sci-fi palettes and now overwhelmingly terminal themes — the iTerm collection has grown past 400 entries and picks up 30 to 70 more with each sync. The one structural change in the recent run is gephi_palettes(), which generates distinct categorical colors for an arbitrary number of levels rather than serving a fixed list. Release cadence is steady, roughly every six to eight weeks.

◆ Where it's heading

Two threads run in parallel. The larger one is curation: ggsci has effectively become a distribution channel for upstream color work, adding design-system palettes (Primer, Atlassian, Bootstrap, Tailwind) and re-syncing iTerm as that project changes, including correcting existing color values when upstream moves. The smaller and more interesting one is generation — the Gephi engine sidesteps the ceiling every fixed palette has, which is what happens when a plot needs more categories than any curated set provides.

◆ Prediction

Given how much of the release notes each cycle is a mechanical upstream sync, the plausible next step is automating those syncs rather than adding another vendor palette by hand; the Gephi generator is the more likely place any genuinely new capability appears.

Alternatives to cheapr and ggsci

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 cheapr or ggsci.

See all cheapr alternatives → · See all ggsci alternatives →

Recent activity from cheapr and ggsci

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

  1. 15d agoggsciggsci 5.2.0
  2. 1mo agocheaprrep_len_ crash on shrinking lengths fixed
  3. 1mo agoggsciggsci 5.1.0
  4. 4mo agoggsciggsci 5.0.0 generates categorical colors instead of serving a fixed list
  5. 4mo agoggsciggsci 4.3.0
  6. 4mo agocheaprNon-API R internals removed
  7. 4mo agocheaprParallelised math, thread control, and a C API rewrite
  8. 8mo agoggsciggsci 4.2.0
  9. 9mo agoggsciggsci 4.1.0
  10. 1y agocheaprSubsetting speedups; sset_col negative-index crash fixed
  11. 1y agocheaprdf_modify added; attribute helpers renamed for intent
  12. 1y agocheaprcounts and str_coalesce added; reconstruct renamed to rebuild

Frequently asked questions

What is the difference between cheapr and ggsci?

They serve adjacent needs but don't currently overlap on shipped themes. ggsci is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is cheapr better than ggsci?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. ggsci is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to cheapr?

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

What are the best alternatives to ggsci?

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