Skip to content
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

Updated player mappings. #249

Merged
merged 8 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nflreadr
Title: Download 'nflverse' Data
Version: 1.4.1.01
Version: 1.4.1.02
Authors@R: c(
person("Tan", "Ho", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8388-5155")),
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# nflreadr (development version)

- nflreadr now exports the variable `nflreadr::nflverse_data_timezone` which defines the standard timezone across all nflverse data. When printing to the console, nflreadr will convert timestamps to the user local timezone.

- nflreadr now exports the variable `nflreadr::nflverse_data_timezone` which defines the standard timezone
across all nflverse data. When printing to the console, nflreadr will convert timestamps to the user local timezone.
- Added several player name mappings (#249)

---

Expand Down
9 changes: 8 additions & 1 deletion data-raw/clean_player_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,11 @@ Janoris Jenkins,Jackrabbit Jenkins
Deonte Harty,Deonte Harris
Shaquille Leonard,Darius Leonard
Robbie Anderson,Robby Anderson
Tank Dell,Nathaniel Dell
Tank Dell,Nathaniel Dell
Julius Brents,JuJu Brents
Tariq Woolen,Riq Woolen
Jartavius Martin,Quan Martin
Marquise Brown,Hollywood Brown
YaYa Diaby,Yaya Diaby
Michael Danna,Mike Danna
Ogbonnia Okoronkwo,Ogbo Okoronkwo
Binary file modified data/player_name_mapping.rda
Binary file not shown.
Binary file modified data/team_abbr_mapping.rda
Binary file not shown.
Binary file modified data/team_abbr_mapping_norelocate.rda
Binary file not shown.
Loading