← Back to home
Comparison · Infra & APIs

nuggets vs wooldridge

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

Shared themes:r-package

nuggets vs wooldridge: at a glance

Featurenuggetswooldridge
SectorInfra & APIsInfra & APIs
Velocity score2.50.0
Sparks · 30d00
Top themespattern-mining, association-rules, guha, cpp-performanceeconometrics, teaching-data, r-package, cran-maintenance
Last editorial update1h ago56m ago
WebsiteVisit →Visit →

What is nuggets?

nuggets keeps compounding on the 2.0 rewrite — more pattern families, lighter install.

nuggets searches for association rules, contrasts and other conditional patterns in the GUHA tradition, with a C++ core behind dig() and an interactive explore() app for reading results. Since the 2.0 rewrite of that core, every release has widened the same three surfaces: more pattern families to mine, more of explore() to inspect them in, and steady performance work underneath. The most recent tag optimises dig() on sparse crisp data with a sparse bit chain and adds clustering characteristics to explore() for association rules.

Read the full nuggets trajectory →

What is wooldridge?

A textbook data package whose whole job is to stay installable, and whose releases prove how much work that is.

wooldridge ships the datasets from Wooldridge's Introductory Econometrics so students can load any of them with one command. The data has been essentially complete since the 7th-edition sets landed in 1.4-1; every release since has been about keeping the package on CRAN. The most recent tag exists only to re-run roxygen2 so that documentation URL fixes from the previous version actually reached the .Rd files.

Read the full wooldridge trajectory →

nuggets vs wooldridge: editorial side-by-side

N
nuggets
INFRA · APIS
2.5

nuggets keeps compounding on the 2.0 rewrite — more pattern families, lighter install.

◆ Current state

nuggets searches for association rules, contrasts and other conditional patterns in the GUHA tradition, with a C++ core behind dig() and an interactive explore() app for reading results. Since the 2.0 rewrite of that core, every release has widened the same three surfaces: more pattern families to mine, more of explore() to inspect them in, and steady performance work underneath. The most recent tag optimises dig() on sparse crisp data with a sparse bit chain and adds clustering characteristics to explore() for association rules.

◆ Where it's heading

Two forces are shaping the package. One is coverage: baseline, complement and paired-baseline contrasts, correlations, tautologies, ancestors and clustering have all been added as first-class dig_ or explore_ surfaces, so the same search engine now answers a widening set of questions. The other is weight — Shiny packages moved from Imports to Suggests, BH and RcppThread dropped, XSIMD updated, parse_condition() rewritten in C++ — which keeps a package with an interactive app from forcing that app's dependencies on every user. Deprecations are handled through lifecycle rather than removed abruptly.

◆ Prediction

Expect the sparse-data optimisation to extend from crisp to fuzzy data, and explore() to keep gaining tabs as each new pattern family lands, on the roughly six-week cadence the 2.2 line has held.

W
wooldridge
INFRA · APIS
0.0

A textbook data package whose whole job is to stay installable, and whose releases prove how much work that is.

◆ Current state

wooldridge ships the datasets from Wooldridge's Introductory Econometrics so students can load any of them with one command. The data has been essentially complete since the 7th-edition sets landed in 1.4-1; every release since has been about keeping the package on CRAN. The most recent tag exists only to re-run roxygen2 so that documentation URL fixes from the previous version actually reached the .Rd files.

◆ Where it's heading

The maintainer has been systematically shrinking the package's attack surface for years. Dependencies used only for vignette examples were cut after one of them broke its API and triggered a CRAN removal notice; test infrastructure moved from testthat to tinytest and from Travis and AppVeyor to GitHub Actions; datasets were compressed by stripping attributes left over from the Stata imports. The stated goal, written into the 1.4-2 notes, is that this should be the easiest package the maintainer has to look after.

◆ Prediction

Nothing in the recent entries points to new data; the next release will most likely be triggered by another CRAN check failure or by a new edition of the textbook adding datasets.

Alternatives to nuggets and wooldridge

Other Infra & APIs 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 nuggets or wooldridge.

See all nuggets alternatives → · See all wooldridge alternatives →

Recent activity from nuggets and wooldridge

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

  1. 27d agonuggetsSparse bit chain speeds dig(); explore() gains clustering
  2. 1mo agowooldridgeDocs re-compiled so the previous release's URL fixes take effect
  3. 2mo agonuggetspartition() gains .subsets; geom_diamond() layout improved
  4. 5mo agonuggetsexplore() covers contrasts and correlations; dig_ancestors() added
  5. 6mo agonuggetsCritical explore() bug fixed; is_logicalish() added
  6. 6mo agonuggetsShiny deps moved to Suggests; BH and RcppThread dropped
  7. 8mo agonuggetscluster_associations() and add_interest() arrive; C++ condition parser
  8. 3y agowooldridgeCI moved to GitHub Actions; live-data examples disabled
  9. 3y agowooldridgeDocumentation content and formatting pass
  10. 4y agowooldridgeFour 7th-edition datasets added; tests moved to tinytest
  11. 4y agowooldridgeVignette scope cut to drop heavy and API-unstable dependencies
  12. 7y agowooldridgeVignette repaired after an upstream API rename

Frequently asked questions

What is the difference between nuggets and wooldridge?

Both compete on the same themes — r-package — within Infra & APIs. nuggets 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 nuggets better than wooldridge?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. nuggets 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 Infra & APIs products to evaluate alongside.

What are the best alternatives to nuggets?

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

What are the best alternatives to wooldridge?

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