Open Issues Need Help
View All on GitHub `all(!is.na())` -> `!anyNA()` about 2 months ago
AI Summary: The task involves analyzing an R package (`flir`) designed for linting and automatically fixing R code. The specific request is to assess whether the package should include a rule to replace `all(!is.na())` with `!anyNA()`, based on provided benchmark results demonstrating the superior performance of `!anyNA()`. This assessment requires understanding the package's functionality, the benchmark results, and the potential impact of adding a new rule.
Complexity:
3/5
enhancement good first issue