Closed bnicenboim closed 9 months ago
Oh, I was trying the any_of in the wrong places, I see that a workaround is any_of(by)
. But I find it strange that the error only occurs while testing
Not sure why that is only occurring when testing, but tidyselect
now wants you to use any_of(by)
when selecting with vectors
Hi, my package was failing miserably all the tests, and I discovered the culprit. The following only gives warnings if I use testthat (e.g.,
devtools::test_active_file()
, but not interactively)And the
by
is critical for the warning, if you remove, it all works. This is what I get: