Use stricter check to bypass validation of x[]#897
Conversation
This ensures that object manipulated by [ via dplyr function are still validated. See the report in #884 (comment).
What about adding to the |
|
Sweet, thanks a lot!
I like this |
From what I remember, this doesn't solve the issue since |
nikosbosse
left a comment
There was a problem hiding this comment.
Thank so much, @Bisaloo !
This ensures that object manipulated by [ via dplyr function are still validated. See the report in
#884 (comment).
Created on 2024-08-27 with reprex v2.1.1
I could add tests for this but it would mean adding dplyr as
Suggests.