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 17 forks source link

hoopR::load_nba_player_box not loading games after 4/2/23 #111

Closed iksnizez closed 1 year ago

iksnizez commented 1 year ago

running hoopR::load_nba_player_box(2023) does not return games after 4/2/2023

Coop197823 commented 1 year ago

I can confirm I am experiencing this issue as well.

saiemgilani commented 1 year ago
remotes::install_github("sportsdataverse/hoopR")

And try again

Coop197823 commented 1 year ago

That did the trick, thank you!

gabeneslin commented 1 year ago

Hello, I am experiencing a similar issue, when I run hoopR::load_nba_player_box(2023) it does not return any data since the end of the regular season (4/9/ 2023). I have tried

remotes::install_github("sportsdataverse/hoopR")

as recommended above and I can still not access play in or playoff data. I checked and it looks like this function returns playoff data for previous years, ie hoopR::load_nba_player_box(2022). Has playoff data not been loaded into the database yet?

saiemgilani commented 1 year ago

Try now

gabeneslin commented 1 year ago

It works now, thanks