Skip to content

Commit

Permalink
Fix #1311
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Aug 12, 2024
1 parent 86b5ad9 commit 5878741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5878741

Please sign in to comment.