From 58787417b5685b986b82f9c7fd06cdcd986e18e1 Mon Sep 17 00:00:00 2001 From: wlandau Date: Mon, 12 Aug 2024 18:43:17 -0400 Subject: [PATCH] Fix #1311 --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index aae6d6c9..ac70a0b0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,10 +5,10 @@ * Ensure `storage = "worker"` is respected when the process of storing an object generates an error (#1304, @multimeric). * Default to the `_targets.R` pattern in `tar_branches()` (#1306, @multimeric, @mattwarkentin). * Remove superfluous functions and globals from metadata with `tar_prune()` (#1312, @benzipperer). -* Change the default `workspace_on_error` option to `TRUE` (@hadley). +* Change the default `workspace_on_error` option to `TRUE` (#1310, @hadley). * Enhance and organize the `error = "stop"` error message. * Avoid saving a file in `_targets/objects` for `error = "null"`. Instead, switch to a special `"null"` storage format class if `error` is `"null"` the target throws an error. This should allow users to more freely create new formats with `tar_format()` without worrying about how to handle `NULL` objects created by `error = "null"`. -* Implement `format = "auto"` (@hadley). +* Implement `format = "auto"` (#1311, @hadley). # targets 1.7.1