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
vis_drake_graph(), drake_graph_info(), and render_drake_graph() now
take arguments that allow behavior to be defined upon selection of nodes. (#1031, @mstr3336).
Add a new max_expand argument to make() and drake_config() to scale down dynamic branching (#1050, @hansvancalster).
Enhancements
Document transformation functions in a way that avoids having to create true functions (#979).
Avoid always invalidating the memoized layout when we set the knitr hash.
Change the names of environments in drake_config() objects.
Assert that prework is a language object, list of language objects, or character vector (#1 at pat-s/multicore-debugging on GitHub, @pat-s).
Use an environment instead of a list for config$layout. Supports internal modifications by reference. Required for #685.
Clean up the code of the parallel backends.
Make dynamic a formal argument of target().
Always lock/unlock the environment target by target, allowing informative error messages to appear more readily (#1062, @PedramNavid)
Automatically ignore storrs and decorated storrs (#1071).
Speed up memory management by avoiding a call to setdiff() and avoiding names(config$envir_targets).