From 9aa03dd6fbdffd67f06cf47212410a0fd4a828e1 Mon Sep 17 00:00:00 2001 From: June Choe Date: Thu, 2 Nov 2023 09:53:02 -0400 Subject: [PATCH] news item for displaying column expr instead of blank --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8c8a994d3..f7d7a11b2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.