-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbugs.qmd
10 lines (8 loc) · 972 Bytes
/
bugs.qmd
1
2
3
4
5
6
7
8
9
10
# Bugs {#sec-bugs}
Bugs to report (`nflreadr` or `nflfastR`):
- `players` database has a season column but it is only populated for some players, and it is only populated with 2020 (<https://github.com/nflverse/nflreadr/issues/238>)
- `player_stats` database of weekly stats does not have a `game_id` column (<https://github.com/nflverse/nflreadr/issues/238>)
- common naming convention for key variables, for purposes of merging (<https://github.com/nflverse/nflreadr/issues/237>)
- use of deprecated `summarise()` for returning more than 1 row per group; use `reframe()` instead (<https://github.com/nflverse/nflfastR/issues/480>)
- calculate career stats using `calculate_stats()` function (as was formerly able to do with the `calculate_player_stats()` function) (<https://github.com/nflverse/nflfastR/issues/501>)
- will `nflreadr` switch to using the objects from the `calculate_stats()` function in `nflfastR`? (<https://github.com/nflverse/nflreadr/issues/261>)