You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it will be worth it to have a helper function here. Using the above code for helping. There are many places in {recipes} where we `try(rlang::eval_tidy(cl), silent = TRUE)` and it smells a little like we need a helper function
Another bit that feels worth mentioning is that many usages of this pattern in this package call as.character() on the condition object rather than just passing the condition to the parent argument.
Originally posted by @EmilHvitfeldt in #1383 (comment)
The text was updated successfully, but these errors were encountered: