Skip to content

Commit

Permalink
Added player name mappings (#249)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Sebastian Carl <[email protected]>
Co-authored-by: mrcaseb <[email protected]>
Co-authored-by: Tan Ho <[email protected]>
  • Loading branch information
4 people authored Aug 27, 2024
1 parent 0b6edb3 commit a856def
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
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.

0 comments on commit a856def

Please sign in to comment.