-
Notifications
You must be signed in to change notification settings - Fork 20
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
get_team_schedule missing UConn - Alabama game #51
Comments
I'll take a look tomorrow |
Thank you. 😊
…On Sun, Apr 7, 2024, 7:59 PM Evan Miyakawa ***@***.***> wrote:
I'll take a look tomorrow
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUIJZH2C2D3FAJ7WOE54LQ3Y4HMXBAVCNFSM6AAAAABF3W7E7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGY2TENZXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think this got resolved on its own, must have been an NCAA issue |
Yes, this is working fine for me. Thanks for checking.
…On Mon, Apr 8, 2024, 6:06 PM Evan Miyakawa ***@***.***> wrote:
I think this got resolved on its own, must have been an NCAA issue
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUIJZH2K6LJZPRXD6CLYC3LY4MIETAVCNFSM6AAAAABF3W7E7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBTG4YTQNZVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the following code:
UConn_schedule_2023_24 <- get_team_schedule(season = "2023-24", team.name = "UConn")
The Alabama game was not found.
Parsing Schedule
UConn complete--40/38 | games/ids found
Warning messages:
1: In pbp_ids[which(!is.na(pbp_ids))] <- if (length(new_ids) > 0) new_ids else NA :
number of items to replace is not a multiple of replacement length
2: In box_ids[which(!is.na(box_ids))] <- if (length(game_ids) > 0) game_ids else NA :
number of items to replace is not a multiple of replacement length
The text was updated successfully, but these errors were encountered: