← Back to home
Comparison · Analytics

moderndive vs palettecore

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

moderndive vs palettecore: at a glance

Featuremoderndivepalettecore
SectorAnalyticsAnalytics
Velocity score2.56.3
Sparks · 30d01
Top themesstatistics-education, webr, regression, r-packageaccessibility, color-science, data-visualization, oklch
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is moderndive?

The ModernDive teaching package learns to render inside the browser that runs its own textbook

moderndive supplies the datasets, regression helpers and ggplot geoms used by the ModernDive introductory statistics textbook. Its release history is mostly dataset accumulation — much of it contributed by students in batches — punctuated by occasional function work. The latest release is different: it fixes View() so it renders inside webR, the in-browser R that powers the book's live exercises, and reworks the regression helpers to survive in-formula transformations.

Read the full moderndive trajectory →

What is palettecore?

Accessible palettes generated from one seed, with every audit number computed on the hex you actually get

palettecore generates sequential, diverging and categorical colour palettes from a single seed using CIEDE2000 arc-length spacing in OKLCH, and audits each one for colour-vision-deficiency separation, greyscale survival, gamut and WCAG contrast. It exists as a numpy-only Python core and an R mirror validated hex-exact against shared parity fixtures, plus a CLI the project describes as its agent-friendly entry point. Four releases landed inside 24 hours in late July.

Read the full palettecore trajectory →

moderndive vs palettecore: editorial side-by-side

M
moderndive
ANALYTICS
2.5

The ModernDive teaching package learns to render inside the browser that runs its own textbook

◆ Current state

moderndive supplies the datasets, regression helpers and ggplot geoms used by the ModernDive introductory statistics textbook. Its release history is mostly dataset accumulation — much of it contributed by students in batches — punctuated by occasional function work. The latest release is different: it fixes View() so it renders inside webR, the in-browser R that powers the book's live exercises, and reworks the regression helpers to survive in-formula transformations.

◆ Where it's heading

The package is following the textbook's second edition into the browser. webR has no pandoc, so the DT htmlwidget path the package relied on cannot produce the self-contained HTML the notebook cell needs, and the auto-print path was gated behind interactive() being false — meaning students working through the live exercises saw an explanatory message where a table should have been. Building a static HTML table and pushing it through webR's viewer hook is a small change with a direct effect on whether the book's interactive mode works at all.

◆ Prediction

With the book's v2 datasets landed and the browser rendering path fixed, the remaining friction is most likely in other functions that assume a desktop R session.

P
palettecore
ANALYTICS
6.3

Accessible palettes generated from one seed, with every audit number computed on the hex you actually get

◆ Current state

palettecore generates sequential, diverging and categorical colour palettes from a single seed using CIEDE2000 arc-length spacing in OKLCH, and audits each one for colour-vision-deficiency separation, greyscale survival, gamut and WCAG contrast. It exists as a numpy-only Python core and an R mirror validated hex-exact against shared parity fixtures, plus a CLI the project describes as its agent-friendly entry point. Four releases landed inside 24 hours in late July.

◆ Where it's heading

The arc is about making the audit honest rather than making the palettes prettier. The 0.2.2 release, prompted by an external review, moved every diagnostic to compute on the 8-bit quantised hex codes actually returned rather than on internal floats — a change that flips results near thresholds and had been quietly overstating one deuteranopia score. The 0.4.0 helix kind and the vividness control extend the generator, but the same release also tightens its own claims, reframing helix as checked rather than assumed CVD-safe.

◆ Prediction

Given the pattern of auditing its own assertions, expect the next release to extend the cvd_luminance_monotonic diagnostic beyond helix to the other palette kinds.

Alternatives to moderndive and palettecore

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 moderndive or palettecore.

See all moderndive alternatives → · See all palettecore alternatives →

Recent activity from moderndive and palettecore

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

  1. 12d agomoderndiveView() renders in webR; regression helpers survive formula transforms
  2. 23d agopalettecorepalettecore 0.4.0
  3. 24d agopalettecorepalettecore 0.2.2
  4. 24d agopalettecorepalettecore 0.2.1
  5. 24d agopalettecorepalettecore 0.2.0
  6. 1y agomoderndiveDatasets and tidy_summary() for the second edition
  7. 2y agomoderndiveAlmond and flight datasets for the inference chapters
  8. 4y agomoderndiveTen student-curated teaching datasets
  9. 4y agomoderndiveAlaska flights subset added
  10. 5y agomoderndiveCleaner regression tables and an explicit conf.level argument

Frequently asked questions

What is the difference between moderndive and palettecore?

They serve adjacent needs but don't currently overlap on shipped themes. palettecore is currently shipping more aggressively (velocity 6.3 vs 2.5), with 1 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 moderndive better than palettecore?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. palettecore is currently shipping more aggressively (velocity 6.3 vs 2.5), with 1 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 moderndive?

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

What are the best alternatives to palettecore?

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