From c9286b0649305567be167485c874b50f37a36356 Mon Sep 17 00:00:00 2001 From: Sebastian Carl Date: Wed, 6 Mar 2024 11:25:15 +0100 Subject: [PATCH] News bullet and version bump --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e5355d14..091058e4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: nflfastR Title: Functions to Efficiently Access NFL Play by Play Data -Version: 4.6.1.9005 +Version: 4.6.1.9006 Authors@R: c(person(given = "Sebastian", family = "Carl", diff --git a/NEWS.md b/NEWS.md index 6e10bb84..608b2fef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ - Fixed rare cases where the value of the `yrdln` variable didn't equal `"MID 50"` at midfield. (#459) - Fixed rare cases where `drive_start_yard_line` missed the blank space between team name and yard line number. (#459) - Fixed play description in some 1999 and 2000 games where the string "D.Holland" replaced the kick distance. (#459) +- Fixed a problem where the `goal_to_go` variable was `FALSE` in actual goal to go situations. (#460) # nflfastR 4.6.1