hoopR icon indicating copy to clipboard operation
hoopR copied to clipboard

An R package to quickly obtain clean and tidy men's basketball play by play data.

Results 27 hoopR issues
Sort by recently updated
recently updated
newest added

Was wondering if there would be any way to add cumulative advanced team metrics such as offensive and defensive team ratings? Just wanting to get those ratings for specific points...

**Describe the bug** Bad input data for Chicago-Hornets game with erroneous plays **To Reproduce** Steps to reproduce the behavior: 1. Load pbp data and filter on specific game ``` nba_player_pbp...

Hi, I've been using hoopR with local workstation on Rstudio. I recently tried to run my scripts on Posit Cloud, which is a Rstudio on the cloud. I installed the...

Error in kp_team_history(team = "UCLA") : object 'kenpom' not found

The espn_mbb_teams function returns only 358 of the 362 NCAA men's basketball teams. Specifically, it misses these teams: ``` team_id team conference 2511 Queens University Royals ASUN 2330 Le Moyne...

I am able to get accurate spreads for NBA games from previous seasons (e.g. hoopR::load_nba_pbp(2023)). However when running hoopR::load_nba_pbp(2024), every _game_spread_ and _home_team_spread_ is listed as 2.5. The rest of...

For 2024 season, espn_mbb_betting(game_id) call returns no values espn_mbb_betting(401574046) 2023-12-17 21:13:17.101806: Invalid arguments or no betting data available! $pickcenter data frame with 0 columns and 0 rows $againstTheSpread data frame...

When trying to use kp_team_schedules, I get an error that no team schedule tables available for any team I've tried for 2024 (2023 and before seems to work fine). I've...

### PR Feedback (click) - [ ] 👍 Sweep Did Well - [ ] 👎 Sweep Needs Improvement I created this PR to fix the failing GitHub Actions.## Description This...

sweep

When I run kp_gameplan for 2024, it's only returning data for Virginia Tech 2024 no matter what team I put into the arguments. For 2023, the data retrieved is accurate...