Skip to content

Commit

Permalink
news item for displaying column expr instead of blank
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Nov 2, 2023
1 parent da8736c commit 9aa03dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

These dynamic values may be useful for validations that get expanded into multiple steps.

## Minor improvements and bug fixes

* When no columns are returned from a `{tidyselect}` expression in `columns`, the agent's report now displays the originally supplied *expression* instead of simply blank (e.g., in `create_agent(small_table) %>% col_vals_null(matches("z"))`).

# pointblank 0.11.4

* Fixes issue with gt `0.9.0` compatibility.
Expand Down

0 comments on commit 9aa03dd

Please sign in to comment.