Skip to content

ggtrace 0.5.1

Compare
Choose a tag to compare
@yjunechoe yjunechoe released this 17 Apr 05:10

New Features

  • cond argument of workflow functions now support integer shorthand for conditioning on the counter. E.g., cond = 1L is converted to cond = quote(._counter_ == 1L). Multi-length integer vector is supported for highjack workflows. (#84)