wooldridge
115 Data Sets from "Introductory Econometrics: A Modern Approach, 8e" by Jeffrey M. Wooldridge
A textbook data package whose whole job is to stay installable, and whose releases prove how much work that is.
◆Recent moves
- 1mo ago
Docs re-compiled so the previous release's URL fixes take effect
A roxygen2 re-run to propagate textbook URL corrections that 1.4-6 made in source but never regenerated into the .Rd files. The body rolls up 1.4-4 through 1.4-6 as well, all of it CRAN check plumbing: redirect-limit errors, a maintainer email change, CI migration, and lost-brace NOTEs.
View source ↗ - 3y ago
CI moved to GitHub Actions; live-data examples disabled
Infrastructure and spelling, plus quantmod examples marked do-not-run because a CRAN Fedora checker could not reach FRED. Another instance of the pattern that shapes this package: examples depending on the outside world get switched off rather than defended.
View source ↗ - 3y ago
Documentation content and formatting pass
A one-line entry describing content edits and formatting with no functional detail given. Nothing here changes what a user loads or how.
View source ↗ - 4y ago
Four 7th-edition datasets added; tests moved to tinytest
The last release that added actual data, covering the textbook's 7th edition with JTRAIN98, LABSUP, NCAA_RPI and SCHOOL93_98. Swapping testthat for tinytest fits the same lean-dependency logic that drove the vignette cuts.
View source ↗ - 4y ago
Vignette scope cut to drop heavy and API-unstable dependencies
AER, plm and prais come out of the package entirely after prais broke its API again and drew a CRAN removal warning. For a data package whose value is one-command installation, trimming a dependency tree that had grown over years is a user-visible improvement even though nothing about the data changed.
View source ↗ - 7y ago
Vignette repaired after an upstream API rename
Vignette updates chasing a renamed function in prais, a bumped R dependency, and chapter 17 examples pulled out pending investigation. This is the release whose fallout the 1.4-2 dependency purge eventually resolved.
View source ↗