Skip to content

Commit

Permalink
change to data.table caused two new global variable NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Jan 24, 2024
1 parent 6016979 commit 493ed5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nfl_team_factors.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ nfl_team_factor <- function(teams, ...){

# silence global variable NOTES
utils::globalVariables(
names = c("team_abbr", "team_division", "team_nick"),
names = c("team_abbr", "team_division", "team_nick", "tier_no", "tier_rank"),
package = "nflplotR"
)

0 comments on commit 493ed5a

Please sign in to comment.