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
Have you installed the latest development version of the package(s) in question?
I have installed the latest development version of the package.
If this is a data issue, have you tried clearing your nflverse cache?
I have cleared my nflverse cache and the issue persists.
What version of the package do you have?
1.4.0.5
Describe the bug
Jack Jones (pfr_id=='JoneJa10') is missing some snap counts from middle of the season.
Confirming with PFR's website, he should have defensive snaps weeks 7-12 of the 2023-24 season, but he only has data points for weeks 11-12.
I found similar issue for the following players and weeks:
Tariq Woolen (WoolTa00), week 1
Timmy Horne (HornTi00), week 3
Both players above had tackles reported, but no defensive snaps via load_snap_counts(); however PFR's website does show they had defensive snap counts.
Reprex
Jack Jones
rnflreadr::load_snap_counts() |>dplyr::filter(pfr_player_id=='JoneJa10')
#> ── nflverse snap counts ────────────────────────────────────────────────────────#> ℹ Data updated: 2023-11-28 07:32:27 EST#> # A tibble: 2 × 16#> game_id pfr_game_id season game_type week player pfr_player_id position team #> <chr> <chr> <int> <chr> <int> <chr> <chr> <chr> <chr>#> 1 2023_1… 202311190m… 2023 REG 11 Jack … JoneJa10 CB LV #> 2 2023_1… 202311260r… 2023 REG 12 Jack … JoneJa10 CB LV #> # ℹ 7 more variables: opponent <chr>, offense_snaps <dbl>, offense_pct <dbl>,#> # defense_snaps <dbl>, defense_pct <dbl>, st_snaps <dbl>, st_pct <dbl>
Is there an existing issue for this?
Have you installed the latest development version of the package(s) in question?
If this is a data issue, have you tried clearing your nflverse cache?
I have cleared my nflverse cache and the issue persists.
What version of the package do you have?
1.4.0.5
Describe the bug
Jack Jones (pfr_id=='JoneJa10') is missing some snap counts from middle of the season.
Confirming with PFR's website, he should have defensive snaps weeks 7-12 of the 2023-24 season, but he only has data points for weeks 11-12.
I found similar issue for the following players and weeks:
Tariq Woolen (WoolTa00), week 1
Timmy Horne (HornTi00), week 3
Both players above had tackles reported, but no defensive snaps via load_snap_counts(); however PFR's website does show they had defensive snap counts.
Reprex
Jack Jones
Created on 2023-11-28 with reprex v2.0.2
Timmy Horne
Created on 2023-11-28 with reprex v2.0.2
Riq Woolen
Created on 2023-11-28 with reprex v2.0.2
Expected Behavior
All the relevant data to be reported as on PFR's site.
nflverse_sitrep
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: