You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added vignette corresponding to Technology Innovations in Statistics Education paper
Removed tidyverse from DESCRIPTION Depends, Imports, or Suggests fields
Added state_info data frame of state name, abbreviation, US census division/region
Added state_abbrev variable to hate_crimes dataset so that
users can plot state abbreviations via geom_text(aes(label = state_abbrev))
instead of using less informative geom_point()
Given CRAN package size restrictions, the following datasets only consist of a preview of the first 10 rows of the entire dataset: comic_characters, goose, house_district_forecast, mlb_elo, nba_carmelo, nfl_elo, ratings, senators, and spi_matches. Code to load the entire dataset are provided in the respective help file examples.