Closed hadley closed 2 weeks ago
Thanks @hadley. I put up a PR to fix this, https://github.com/apache/arrow/pull/44675, and put this issue in the 18.1.0 milestone so it'll get included in our upcoming submission to CRAN.
Awesome, thanks! I'm planning to submit to CRAN on Nov 11, and you'll then have three weeks to get a fix to CRAN. Is that enough time for y'all?
I think so. We've already done the prep work for our next CRAN submission so, while we'll have to re-run it all once more, I think we can do it all within that timeline. Thanks for checking.
Issue resolved by pull request 44675 https://github.com/apache/arrow/pull/44675
Describe the bug, including details regarding any error messages, version, and platform.
Five arrow tests fail with the dev version of testthat:
This is because
expect_true()
no longer coerces it's input to a vector (which was arguably a bug in the first place).Component(s)
R