nealrichardson opened a new issue, #48145: URL: https://github.com/apache/arrow/issues/48145
### Describe the enhancement requested Among the things I see in https://github.com/r-lib/testthat/blob/main/NEWS.md#testthat-330 is that there is now `expect_r6_class()` in testthat--we have our own implementation of that. A few other bullets in the news jump out as things that could be useful for us: > * New expect_all_equal(), expect_all_true(), and expect_all_false() check that every element of a vector has the same value, giving better error messages than expect_true(all(...)). > * New expect_shape() expects a specific shape (i.e., nrow(), ncol(), or dim()) Not urgent, just some test refactoring that could improve things. ### Component(s) R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
