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
Use a new TAR_ACTIVE environment variable instead of a field of the tar_runtime object for tar_runtime() (ropensci/tarchetypes#232, @lgaborini).
Add tar_igraph() and recommend it along with igraph::find_cycle() for debugging (#1562, @tylermorganwall).
Avoid the unclean shutdown message in the clustermq multi-process scheduler by calling cleanup() repeatedly until it returns TRUE. Uses exponential backoff to avoid excessive CPU load.
Use sequential controller in covr.
Ensure hash stability of vector slices in R >= 4.6.0 (#1566).
Set strict = TRUE by default in tidyselect::eval_select() to make tidyselect interfaces consistent with dplyr::select() (except the exclude argument of graph functions, which need to allow names to not exist in the list of choices) (#1563, @statzhero).