-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbugs.qmd
More file actions
11 lines (9 loc) · 1.21 KB
/
bugs.qmd
File metadata and controls
11 lines (9 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
# 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 (issue 1: <https://github.com/nflverse/nflfastR/issues/480>; issue 2: <https://github.com/nflverse/nflfastR/issues/520>)
- 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>)
- data from `nflreadr::load_trades()` out of date relative to csv (https://raw.githubusercontent.com/leesharpe/nfldata/master/data/trades.csv) (<https://github.com/nflverse/nflreadr/issues/282>)