Changes in version 14.0-0 (2026-02-12) - Updated with data for the 2025 season Changes in version 13.0-0 (2025-09-08) - Updated with data for the 2024 season Changes in version 12.0-0 (2024-09-26) - Updated with data for the 2023 season Changes in version 11.0-0 (2023-05-04) - Updated with data for the 2022 season Changes in version 10.0-1 (2022-04-26) - Updated with data for the 2021 season - Removed Master table which has been replaced by the People table Changes in version 9.0-0 (2021-04-09) - Updated with data for the 2020 season Changes in version 8.0-1 (2021-01-21) - RData files now compressed with version=2 to avoid dplyr warnings Changes in version 8.0-0 (2020-06-08) - Updated with data for the 2019 season - Added the FieldingOFsplit and HomeTeams tables Changes in version 7.0-1 (2019-05-02) - Updated with data for the 2017 and 2018 seasons - Added the People table. The Master table is now the People table in the Lahman dataset. Master is now a copy of People and is being retained for backward compatibility - Added the Parks table - Added introductory and example vignettes - Added ability to check reverse dependencies Changes in version 6.0-0 (2017-08-15) - Updated with data for the 2016 season Changes in version 5.0-0 (2016-08-27) - Updated with data for the 2015 season, plus numerous corrections of errors and inconsistencies discovered in previous tables. - Documentation examples are now provided for all data tables [Martin Monkman] - Documentation examples were rewritten to make extensive use of dplyr for data manipulation and ggplot2 for graphics [Denis Murphy] Changes in version 4.0-1 (2015-09-15) - Updated with data for the 2014 season - Changes to reflect alterations in the 2014 schema: - Removed from Batting: G_batting, G_old - Replaced SchoolsPlayers with CollegePlaying Changes in version 3.0-0 - Updated with data for the 2013 season - Changes to reflect alterations in the 2013 schema: - HallOfFame$hofID is now HallOfFame$playerID - managerID is now playerID in all tables - Removed from Master: managerID, hofID, holtzID, lahmanID, lahman40ID, lahman45ID, nameNote, nameNick, and college Changes in version 2.0-3 (2013-06-01) - largest RData files are now compressed via R CMD build --resave-data Changes in version 2.0-2 - Fixed problems with the Teams*.RData files not having been updated to the 2012 Versions. - The project for this package now has a web page at http://lahman.r-forge.r-project.org/ Changes in version 2.0-1 (2013-04-25) - Added Label() and data frames for variable labels - Added more examples and plots to Salaries, Pitching, etc. from Dennis Murphy - Master$bats, Master$throws` made into factors - Added some examples to Schools.Rd Changes in version 2.0-0 - New major version, now reflecting the 2012 Lahman database. Some deprecated or defunct tables were dropped. - readLahman.R added to inst/scripts for documentation of how the data files were created. The scripts there can be used to simplify future updates. - More examples added to various datasets Changes in version 1.0-10 (2012-10-05) - Fixed deprecated warnings stemming from changes in ggplot2 Changes in version 1.0-8 (2011-10-08) - Added examples in HallOfFame.Rd - Fixed definitions of BABIP and OBP in battingStats() - Added examples in Manager.Rd Changes in version 1.0-7 (2011-09-30) - Extended examples in Batting.Rd - Initial release to CRAN Changes in version 1.0-6 - Added battingStats() function to calculate BA and friends Changes in version 1.0-5 - Added Authors@R in DESCRIPTION for R 2.14.x - Fixed Appearances table - Added demo/batting-summstats.R - Added a few examples to various files - Initial export to R-Forge