- Added new data sets:
- By Natalia Iannucci:
media_mentions_cable,media_mentions_online - By Marium Tapal:
state_index,state_words - By Rana Gahwagy:
quasi_winshares - By Danica Miguel :
raptor_by_player,raptor_by_team - By Sunni Raleigh:
wwc_2019_forecasts,wwc_2019_matches - By Anna Ballou:
foul_balls - By Jane Bang:
nba_draymond
- By Natalia Iannucci:
- Added vignette corresponding to Technology Innovations in Statistics Education paper
- Removed tidyverse from
DESCRIPTIONDepends, Imports, or Suggests fields - Added
state_infodata frame of state name, abbreviation, US census division/region - Added
state_abbrevvariable tohate_crimesdataset so that users can plot state abbreviations viageom_text(aes(label = state_abbrev))instead of using less informativegeom_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, andspi_matches. Code to load the entire dataset are provided in the respective help file examples. - Added new data sets:
- By Starry Zhou:
august_senate_polls,cabinet_turnover,elasticity_by_district,elasticity_by_state,endorsements_2020,forecast_results_2018,governor_national_forecast,governor_state_forecast,house_district_forecast,house_national_forecast,masculinity_survey,mueller_approval_polls,ncaa_w_bball_tourney,partisan_lean_district,partisan_lean_state,russia_investigation,senate_national_forecast,senate_seat_forecast,trump_lawsuits,
- By Starry Zhou:
- Package website now at http://fivethirtyeight-r.netlify.com/
- Added new data sets:
- By Meredith Manley:
ahca_polls,bachelorette,candy_rankings,chess_transfers,generic_polllist,generic_topline,mayweather_mcgregor_tweets,mlb_elo,ratings,spi_global_rankings,spi_matches. - By Maggie Shea:
google_trends,nba_carmelo,nfl_elo,nfl_fandom_google,nfl_fandom_surveymonkey,mediacloud_hurricanes,mediacloud_states,mediacloud_online_news,mediacloud_trump,riddler_pick_lowest,sandy_311,senators,tv_hurricanes,tv_hurricanes_by_network,tv_states,trump_approval_poll,trump_approval_trend,trumpworld_issues,trumpworld_polls,twitter_presidents,undefeated
- By Meredith Manley:
- Note for now
mayweather_mcgregor_tweets,mlb_elo,nba_carmelo,nfl_elo,senators, only include the first 10 rows of the data because of R package file size restrictions (< 5MB tarballs); code to download/process the entire dataset are included in help files. We hope to include full versions of these datasets in v0.5.0 of package using thedratpackage. - Converted all ordinal categorical variables to
factor(..., ordered = TRUE). Ex:bechdel$clean_test - Vignette notes:
- Added a vignette that has a link to all user-contributed vignettes, which are only available on development version of package and on GitHub due to CRAN package size restrictions.
- For all datasets that have a user contributed vignette, add a link to it in the corresponding help/roxygen code file.
- Added
CITATION
- Added new and missing data sets:
riddler_castles2,antiquities_act,goose,tenth_circuit - Added more crowd-sourced vignettes:
bob_ross.Rmd,tarantino_swears.Rmd - Only main and
bechdelvignettes included in package b/c of CRAN package size restrictions. Other crowd-sourced analysis vignettes still available- In development version
- On package website under "Articles" http://fivethirtyeight-r.netlify.com/
- Other minor changes:
- Fixed levels in
bechdel$clean_testandbechdel$testto match hierarchical nature of test
- Fixed levels in
- Added new and missing data sets up through February 28, 2017:
college_grad_students,college_recent_grads,cousin_marriage,hate_crimes,pres_2016_trail,riddler_castles - Added first crowd-sourced vignettes:
comics_gender,NBA,trump_twitter - Added global help file for package:
?fivethirtyeightwith complete instructions - Started adding
@examplescode in help files to convert to tidy data format so that data plays nice with tidyverse tools. - Other minor changes:
- Changed to SVG travis logo
- Removed explicit loading of data in vignette
fivethirtyeightmain vignette reads data set list from Google Sheets master document https://goo.gl/OT8iHa
- Included all data sets as of late December 2016.
love-actuallybeing the latest - Included one code example as a Vignette: bechdel