• Updated with data for the 2024 season
  • Updated with data for the 2023 season
  • Updated with data for the 2022 season
  • Updated with data for the 2021 season
  • Removed Master table which has been replaced by the People table
  • Updated with data for the 2020 season
  • RData files now compressed with version=2 to avoid dplyr warnings
  • Updated with data for the 2019 season
  • Added the FieldingOFsplit and HomeTeams tables
  • 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
  • Updated with data for the 2016 season
  • 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]

  • 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
  • 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
  • largest RData files are now compressed via R CMD build --resave-data
  • 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
  • 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
  • Fixed deprecated warnings stemming from changes in ggplot2
  • Added examples in HallOfFame.Rd
  • Fixed definitions of BABIP and OBP in battingStats()
  • Added examples in Manager.Rd
  • Extended examples in Batting.Rd
  • Initial release to CRAN
  • Added 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