Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Oct 15, 2024
1 parent 71ba8f9 commit 0f10196
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ggtrace 0.7.x

- Streamlined the behavior of `ggtrace(use_names)` for assigning names to the tracedump, where:

- If a list of expression is provided in `trace_exprs`, uses the names of that list if `TRUE`, and uses deparsed expressions from the method steps as names if `FALSE`.

- If `trace_exprs` is empty, uses deparsed expressions from the method steps as names if `TRUE`, and returns unnamed output if `FALSE`.

## ggtrace 0.7.3

- New special value `ggtrace(trace_steps = "all")` which evaluates to all steps in the method body.
Expand Down
7 changes: 6 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f10196

Please sign in to comment.