Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salaries data stops at 2016 #61

Open
prof-anderson opened this issue Jul 23, 2021 · 2 comments
Open

Salaries data stops at 2016 #61

prof-anderson opened this issue Jul 23, 2021 · 2 comments

Comments

@prof-anderson
Copy link

I'm using Lahman package 9.0.0. It appears that Salaries data is stuck at 2016.

> library(Lahman)
> summary(Salaries$yearID)
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
   1985    1994    2001    2001    2009    2016

I can't see any documentation on this in R package documentation or at Sean Lahman's web site. Is this part of the dataset no longer being updated in the master dataset? If so, it is unfortunate given Michael Friendly's nice vignette, Team Payroll and the World Series.

@seanlahman
Copy link

seanlahman commented Jul 23, 2021 via email

@friendly
Copy link
Collaborator

Just checked with the new v.10.0-0. Salaries still stuck at 2016!

> library(Lahman)
> packageVersion("Lahman")
[1] ‘10.0.0’
> summary(Salaries$yearID)
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
   1985    1994    2001    2001    2009    2016 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants