Skip to content

Commit

Permalink
Add team wordmarks to team_colors_logos (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb authored Nov 16, 2020
1 parent 7be1fdd commit 5092bdc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: nflfastR
Title: Functions to Efficiently Access NFL Play by Play Data
Version: 3.1.1.9002
Version: 3.1.1.9003
Authors@R:
c(person(given = "Sebastian",
family = "Carl",
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Added `yardline_100` as an input to both win probability models (not having it included was an oversight)
* Fixed a bug where `series` was increased on PATs
* Fixed a bug affecting the week 10 Raiders-Broncos game
* Added the column `team_wordmark` - which contains URLs to the team's wordmarks - to the included data frame `?teams_colors_logos`

# nflfastR 3.1.1

Expand Down
2 changes: 2 additions & 0 deletions R/data_documentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
#' \item{team_color4}{Quaternary color}
#' \item{team_logo_wikipedia}{Url to Team logo on wikipedia}
#' \item{team_logo_espn}{Url to higher quality logo on espn}
#' \item{team_wordmark}{Url to team wordmarks}
#' }
#' The colors are taken from Lee Sharpe's teamcolors.csv who has taken them from the
#' `teamcolors` package created by Ben Baumer and Gregory Matthews.
#' The Wikipeadia logo urls are taken from Lee Sharpe's logos.csv
#' Team wordmarks from nfl.com
#'
"teams_colors_logos"
Binary file modified data/teams_colors_logos.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions man/teams_colors_logos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5092bdc

Please sign in to comment.