Tony Fischetti

Results 28 comments of Tony Fischetti

While this is an open "issue" I'd like to express my gratitude, as well

Sorry for the delay. I can't replicate this bug on version 2.8. Can you try that? Should be on CRAN

Ok, `contains` didn't work for a good reason. It should still warn you when no columns are selected

Hmm, I wonder if I can make `within_bounds` a generic function that dispatches differently if it's given dates. I think this is an excellent idea, by the way--thanks!

Heads up, pretty soon there are going to a big merge into this repo (from a fork) If this error persists after the merge, I'll definitely have to fix this...

This seems like a great addition and I'd welcome it. But, heads up, pretty soon there are going to a big merge into this repo (from a fork) So you...

Heads up, pretty soon there are going to a big merge into this repo (from a fork) If this error persists after the merge, I'll definitely have to fix this...

Got to the bottom of this. It works if you put it in a vector of unquoted column names. For example... ``` library(assertr) library(magrittr) mtcars |> assert_rows(col_concat, is_uniq, c(mpg, cyl,...

Ohh, I see. Hmm, maybe I can remove the attribute during the `chain_end` function. Great idea In the meantime, you can run `attributes(df_with)$assertr_in_chain_success_fun_override