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

Missing games for 2023 box scores #126

Open TheMathNinja opened 8 months ago

TheMathNinja commented 8 months ago

Describe the bug I'm not seeing any box scores for games played after April 2, 2023. The df omits the last week of the regular season and all playoff games.

To Reproduce tictoc::tic() progressr::with_progress({ nba_player_box <- hoopR::load_nba_player_box(2021:2023) }) tictoc::toc() check_2023 <- nba_player_box |> filter(season == 2023)

Expected behavior I'm expecting to see late regular season (final week) and postseason boxscores, but none exist in the df.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

bzigterman commented 8 months ago

I'm also having the same issue

saiemgilani commented 8 months ago

~~Please update your package version to the development version:

remotes::install_github('sportsdataverse/hoopR')

We had an issue with the size of our data repository getting too large, resulting in the most up-to-date data now being at a different link. If the issue persists after that, let me know.~~

Update, forget I said that, this is an issue I need to go back and fix, apologies.

saiemgilani commented 7 months ago

This should now be resolved

remotes::install_github("sportsdataverse/hoopR")

And try again.