- Updated with data for the 2025 season
- 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
Mastertable which has been replaced by thePeopletable
- Updated with data for the 2020 season
- RData files now compressed with
version=2to avoid dplyr warnings
- Updated with data for the 2019 season
- Added the
FieldingOFsplitandHomeTeamstables
- Updated with data for the 2017 and 2018 seasons
- Added the
Peopletable. TheMastertable is now thePeopletable in the Lahman dataset. Master is now a copy of People and is being retained for backward compatibility - Added the
Parkstable - 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
SchoolsPlayerswithCollegePlaying
- Removed from
- Updated with data for the 2013 season
- Changes to reflect alterations in the 2013 schema:
HallOfFame$hofIDis nowHallOfFame$playerIDmanagerIDis nowplayerIDin 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
- Fixed problems with the
Teams*.RDatafiles 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/
- 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
battingStats()function to calculate BA and friends
- Added Authors@R in
DESCRIPTIONfor R 2.14.x - Fixed
Appearancestable - Added
demo/batting-summstats.R - Added a few examples to various files
- Initial export to R-Forge