You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
~~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.
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.
The text was updated successfully, but these errors were encountered: