sportsdataverse / hoopR

An R package to quickly obtain clean and tidy men's basketball play by play data.
http://hoopr.sportsdataverse.org/
Other
81 stars 18 forks source link

kp_team_players does not return data for 2024. #133

Closed aaronmorrisNC closed 10 months ago

aaronmorrisNC commented 10 months ago

I have a valid subscription to KenPom and try(kp_team_players(team = 'Utah', year = 2024)) is not returning data for 2024. It works for 2023 and earlier but not 2024.

Screenshot 2023-11-27 162844

I can confirm that the KenPom website does have 2024 player data.

ken

I am using R Studio 2023.06.1 Build 524

saiemgilani commented 10 months ago
remotes::install_github("sportsdataverse/hoopR")

And try again. I forgot to update a critical internal dataset causing the issue in the most recent CRAN release and will rectify this asap

aaronmorrisNC commented 10 months ago

I ran

remotes::install_github("sportsdataverse/hoopR")

but now getting a slightly different error

image

saiemgilani commented 10 months ago

I get something like this:

image

It's kind of a bad error message, it thinks there should be a second set of data for conference only data

aaronmorrisNC commented 10 months ago

Although I get an error, the data is being retrieved.

image

saiemgilani commented 10 months ago

I'm closing this then, appreciated.