Skip to content

ggtrace 0.7.3

Latest
Compare
Choose a tag to compare
@yjunechoe yjunechoe released this 14 Oct 21:47
· 8 commits to main since this release
  • 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.