From 67efbbd514f03ee776c213a5336d1540ecd0b743 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 24 Jun 2024 08:47:18 +0100 Subject: [PATCH] Add news bullet about R 4.0.0 --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 8b38842..eb636ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # evaluate (development version) +* The package now depends on R 4.0.0 in order to decrease our maintenance burden. * `evaluate()` automatically strips calls from conditions emitted by top-level code (these incorrectly get calls because they're wrapped inside `eval()`) (#150). * `evalute(include_timing)` has been deprecated. I can't find any use of it on GitHub, and it adds substantial code complexity for little gain. * `watchout()` is no longer exported; it's really an implementation detail that should never have been leaked to the public interface.