openintro 2.5.0
CRAN release: 2024-05-31
- Added new datasets:
-
fish_age,nba_finalsandnba_finals_teamsby @npaterno -
lego_populationandlego_sampleby @mmeece -
lecture_learningby @jonathanaakin -
cars04,life_exp,comics,nyc,gss_wordsum_class,manhattan,iran,iowa,twins,LAhomes,movies,ucb_admit,sodaported from IMS Tutorials by @npaterno -
nyc_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
openintro 2.4.0
CRAN release: 2022-09-01
- Fix HTML version of manual
- Remove some URLs that no longer work
openintro 2.3.0
CRAN release: 2022-02-23
- Added new datasets:
-
reddit_finance,blizzard_salary,climber_drugsandsimpsons_paradox_covidby @npaterno -
mlb_teams,world_pop,sowc_demographics,sowc_maternal_newborn,sowc_child_mortality,gdp_countriesandmn_police_use_of_forceby @karenjh2 -
sa_gdp_elecby @mmeece -
labor_market_discriminationby @thiagoscarelli
-
- Fixed level names for variables in
cle_sac
openintro 2.2.0
CRAN release: 2021-06-22
- 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
openintro 2.1.0
CRAN release: 2021-04-19
- 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 site -
scale_color_openintro()andscale_fill_openintro()for constructing for OpenIntro color scales for ggplot2 (and less likely to be directly usedopenintro_pal()(unexported) andopenintro_cols())
-
openintro 2.0.0
CRAN release: 2020-07-03
- 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.
