From ddccf8f8c50df51a464210c9c2c87f1299351648 Mon Sep 17 00:00:00 2001 From: mrcaseb Date: Fri, 19 Jan 2024 17:22:21 +0100 Subject: [PATCH] news bullet --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index d8fb439..e96e41d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# nflseedR (development version) + +* Fixed error in `simulate_nfl()` where it crashes because the "fake schedule" isn't a tibble. (#43) + # nflseedR 1.2.0 * `simulate_nfl()` gained the new argument `sim_include` to allow more access to what is actually being simulated. This makes it possible skip playoff simulation or the (possibly heavy) computation of draft order. (#34)