ggtrace 0.7.3
-
New special value
ggtrace(trace_steps = "all")which evaluates to all steps in the method body. -
Bug fix in the default behavior of
ggtrace(trace_exprs)doubly-evaluating an existing step from the method body, which sometimes caused unexpected side effects. This behavior is now prevented by cloning the method environment in such cases.