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
Ensure error = "continue" does not cause errored targets to have NULL values.
Relay output and messages in Target Markdown interactive mode (using the R/default knitr engine).
New features
Expose the poll_connection, stdout, and stderr arguments of callr::r_bg() in tar_watch() (@mpadge).
Add new helper functions to list targets in each progress category: tar_started(), tar_skipped(), tar_built(), tar_canceled(), and tar_errored().
Add new helper functions tar_interactive(), tar_noninteractive(), and tar_toggle() to differentially suppress code in non-interactive and interactive mode in Target Markdown (#607, @33Vito).
Enhancements
Handle future errors within targets (#570, @stuvet).
Handle storage errors within targets (#571, @stuvet).
In Target Markdown in non-interactive mode, suppress messages if the messageknitr chunk option is FALSE (#574, @jmbuhr).
In Target Markdown, if tar_interactive is not set, choose interactive vs non-interactive mode based on isTRUE(getOption("knitr.in.progress")) instead of interactive().
Convert errors loading dependencies into errors running targets (@stuvet).