kou commented on PR #44989: URL: https://github.com/apache/arrow/pull/44989#issuecomment-2655377420
Oh... This broke lint CI...: https://github.com/apache/arrow/actions/runs/13299364571/job/37137873622#step:8:6733 ```text > lintr::lint_package('/arrow/r') Error in `lint()`: ! Linter `linter()` failed in '/arrow/r/data-raw/docgen.R': Caused by error in `linter_fun()`: ! Cyclocomp complexity is computed using `cyclocomp::cyclocomp()`. ℹ Please install the needed cyclocomp package. Backtrace: ▆ 1. └─lintr::lint_package("/arrow/r") 2. └─lintr::lint_dir(...) 3. └─base::lapply(...) 4. └─lintr (local) FUN(X[[i]], ...) 5. └─lintr::lint(file, ..., parse_settings = FALSE, exclusions = exclusions) 6. ├─base::withCallingHandlers(...) 7. └─lintr:::get_lints(...) 8. ├─lintr:::flatten_lints(linter_fun(expr)) 9. │ └─lintr:::flatten_list(x, class = "lint") 10. │ └─lintr (local) assign_item(x) 11. └─lintr (local) linter_fun(expr) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) Warning message: Found unused settings in config file (.lintr): unused_settings ``` I don't know why the last push didn't execute this job... -- 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]
