- Added new datasets:
LEAP,arenosa,cdc,cdc.samp,census.2010,danish.ed.primary,danish.ed.validation,dds.discr,famuss,forest.birds,frog,hyperuricemia,hyperuricemia.samp,infant_mortality_2022,mcas,nhanes.samp,nhanes.samp.adult,nhanes.samp.adult.500,opp_insights_colleges,opp_insights_colleges_4year,prevend,prevend.samp,sugar.levels.A,sugar.levels.B,swim,tb.interruption,thermometry,wdi_2022ported from ISLBS by @npaterno
- Added new datasets:
fish_age,nba_finalsandnba_finals_teamsby @npaternolego_populationandlego_sampleby @mmeecelecture_learningby @jonathanaakincars04,life_exp,comics,nyc,gss_wordsum_class,manhattan,iran,iowa,twins,LAhomes,movies,ucb_admit,sodaported from IMS Tutorials by @npaternonyc_marathon,paralympic_1500,pm25_2011_durham,pm25_2022_durham,us_temperature, by @hardin47
- Fix HTML version of manual
- Remove some URLs that no longer work
- Updated docs to use the base pipe
- Enhance
contTableto allow user-supplied caption and label, by @sjvrensburg
- Fix HTML version of manual
- Remove some URLs that no longer work
- Added new datasets:
reddit_finance,blizzard_salary,climber_drugsandsimpsons_paradox_covidby @npaternomlb_teams,world_pop,sowc_demographics,sowc_maternal_newborn,sowc_child_mortality,gdp_countriesandmn_police_use_of_forceby @karenjh2sa_gdp_elecby @mmeecelabor_market_discriminationby @thiagoscarelli
- Fixed level names for variables in
cle_sac
- Added new datasets:
lizard_runandlizard_habitat(thanks Stephen Adolph!)daycare_fines,biontech_adolescents,nyc_marathon,epa2021,duke_forest
- Add tests for some of the new datasets
- Better terminology:
sex_discrimination
- Added
LazyDataCompression: xzto DESCRIPTION per CRAN. - Added new datasets:
- Removed redundant
prof_evalsdataset - Updated
emailandemail50datasets to make indicator variables factors, remove variables that don't exist in the data from the documentation, and update the documentation foremail50to match the randomly sampled data - Updated
oringsdata to require much less manipulation to do glm with - Updated
epa2012to have NAs for empty levels and updated documentation to describe the variables better - Updated documentation for
births,ncbirths,babies, andmurdersfor data provenance issues - Updated
midterms_houseto have party levels "Democrat" and "Republican" (not "Democratic") - Added two new objects for colors:
openintro_colorsandopenintro_palettes - Added new functions:
write_pkg_data()for creating downloadable datasets on the OpenIntro sitescale_color_openintro()andscale_fill_openintro()for constructing for OpenIntro color scales for ggplot2 (and less likely to be directly usedopenintro_pal()(unexported) andopenintro_cols())
- Added a
NEWS.mdfile to track changes to the package. - Consolidated openintro, oilabs, and oidata packages.
- Updated all dataframe and variable names to use snake_case.
- Turned data.frames into tibbles.
- Simplified code in most examples to make it more accessible for the student audience for the package.
- Added new datasets used in OpenIntro Statistics, 4th Edition.
- Added new datasets used in new OpenIntro labs.
- Removed package startup message.
- Added dependency on the following packages: airports, cherryblossom, and usdata.
- Moved
run09,run12, andrun19datasets to the cherryblossom package. - Moved
usairportsto the airports packages. - Moved
county_complete,county,govrace10,houserace10,prrace08,senaterace10,state_stats,urban_owner,urban_rural_pop,vote_nsadatasets andstate2abbrandabbr2statefunctions to the usdata package.