Changelog
Source:NEWS.md
openintro 2.5.0
- Added new datasets:
-
fish_age
,nba_finals
andnba_finals_teams
by @npaterno -
lego_population
andlego_sample
by @mmeece -
lecture_learning
by @jonathanaakin -
cars04
,life_exp
,comics
,nyc
,gss_wordsum_class
,manhattan
,iran
,iowa
,twins
,LAhomes
,movies
,ucb_admit
,soda
ported 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
contTable
to 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_drugs
andsimpsons_paradox_covid
by @npaterno -
mlb_teams
,world_pop
,sowc_demographics
,sowc_maternal_newborn
,sowc_child_mortality
,gdp_countries
andmn_police_use_of_force
by @karenjh2 -
sa_gdp_elec
by @mmeece -
labor_market_discrimination
by @thiagoscarelli
-
- Fixed level names for variables in
cle_sac
openintro 2.2.0
CRAN release: 2021-06-22
- Added new datasets:
-
lizard_run
andlizard_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: xz
to DESCRIPTION per CRAN. - Added new datasets:
- Removed redundant
prof_evals
dataset - Updated
email
andemail50
datasets to make indicator variables factors, remove variables that don’t exist in the data from the documentation, and update the documentation foremail50
to match the randomly sampled data - Updated
orings
data to require much less manipulation to do glm with - Updated
epa2012
to have NAs for empty levels and updated documentation to describe the variables better - Updated documentation for
births
,ncbirths
,babies
, andmurders
for data provenance issues - Updated
midterms_house
to have party levels “Democrat” and “Republican” (not “Democratic”) - Added two new objects for colors:
openintro_colors
andopenintro_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.md
file 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
, andrun19
datasets to the cherryblossom package. - Moved
usairports
to the airports packages. - Moved
county_complete
,county
,govrace10
,houserace10
,prrace08
,senaterace10
,state_stats
,urban_owner
,urban_rural_pop
,vote_nsa
datasets andstate2abbr
andabbr2state
functions to the usdata package.