From 725da29fc9deddafc63c853c2e6dd5dd38a673c0 Mon Sep 17 00:00:00 2001 From: Sebastian Carl Date: Mon, 11 Sep 2023 10:21:46 +0200 Subject: [PATCH] Version and News Bullet --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f118bf67..86f720ef 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.5.1.9010 +Version: 4.5.1.9011 Authors@R: c(person(given = "Sebastian", family = "Carl", diff --git a/NEWS.md b/NEWS.md index b7cb745c..54bd6505 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,7 @@ - Added the new function `save_raw_pbp()` which efficiently downloads raw play-by-play data and saves it to the local file system. This serves as a helper to setup the system for faster play-by-play parsing via the above functionality. (#423) - Added the new function `missing_raw_pbp()` that computes a vector of game IDs missing in the local raw play-by-play directory. (#423) - Decode player IDs in 2023 pbp. (#425) +- Drop the pseudo plays TV Timeout and Two-Minute Warning. (#426) # nflfastR 4.5.1