You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove superfluous functions and globals from metadata with tar_prune() (#1312, @benzipperer).
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".