moderndive
R package moderndive by moderndive — release notes from GitHub.
The ModernDive teaching package learns to render inside the browser that runs its own textbook
◆Recent moves
- 12d ago
View() renders in webR; regression helpers survive formula transforms
View() now builds a self-contained static HTML table and pushes it through webR's viewer hook, so data displays inline in the book's browser exercises instead of printing an explanatory message. Separately, the regression helpers now handle in-formula transformations on both sides — LHS transforms no longer error, and RHS transforms stop leaking poly() basis matrices, scale() and I() wrapper columns into the points table.
View source ↗ - 1y ago
Datasets and tidy_summary() for the second edition
Five datasets and a tidy_summary() function land in preparation for the textbook's second edition, including UN member states, Spotify genre data and coffee quality.
View source ↗ - 2y ago
Almond and flight datasets for the inference chapters
Four more datasets for the inference chapters, two derived from the nycflights23 package.
View source ↗ - 4y ago
Ten student-curated teaching datasets
Ten datasets curated by named student contributors — coffee quality, Amazon books, powerlifting results, maternal smoking, EV charging sessions, traffic collisions — plus a January weather subset. The contributor credits make this a teaching artifact as much as a release.
View source ↗ - 4y ago
Alaska flights subset added
Adds an Alaska Airlines subset of the nycflights13 flights data.
View source ↗ - 5y ago
Cleaner regression tables and an explicit conf.level argument
Regression table printing is cleaned up for non-baseline categorical levels, get_regression_table() gains an explicit conf.level argument inherited from broom, and the JOSE publication is added to the vignettes.
View source ↗