-
Notifications
You must be signed in to change notification settings - Fork 2
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
cbd_torvik_player_game() not updating with 2025 stats #13
Comments
@andreweatherman I'm also seeing issues with missing 2025 data in other methods. 1. cbd_torvik_ratings_archivelibrary(magrittr)
cbbdata::cbd_login(username = 'user', password = 'password')
# Print the unique dates of the output for ratings_archive
cbbdata::cbd_torvik_ratings_archive(year = 2025) %>%
dplyr::pull(date) %>%
unique() %>%
print()
2. cbd_torvik_game_factors# Print the unique dates of the output for game_factors
cbbdata::cbd_torvik_game_factors(year = 2025) %>%
dplyr::pull(date) %>%
unique() %>%
print()
# Print current timestamp
print(Sys.time())
|
cbd_torvik_player_season() also not updating |
cbd_torvik_game_prediction() Also not working |
cbd_torvik_player_season(year = 2025) is only returning one game now for each player EDIT: it appears cbd_torvik_player_season(year = 2025) is updated now with all games up until this point! |
|
Having the same issue... also with cbd_torvik_season_simulation |
cbd_torvik_player_game() not pulling current years stats.
The text was updated successfully, but these errors were encountered: