etiennebacher opened a new issue, #43357:
URL: https://github.com/apache/arrow/issues/43357
### Describe the bug, including details regarding any error messages,
version, and platform.
The codebase in R uses some inefficient patterns (e.g. `any(is.na())`
instead of `anyNA()`) or patterns for which an easier-to-read alternative
exists (e.g. `expect_equal(names(x), c("a", "b"))` instead of `expect_named(x,
c("a", "b"))`).
Fixing those lints doesn't have any visible effect for the user but makes
the code more maintainable.
### 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]