kou commented on code in PR #45524:
URL: https://github.com/apache/arrow/pull/45524#discussion_r1955796982
##########
ci/docker/linux-apt-lint.dockerfile:
##########
@@ -58,6 +58,7 @@ RUN cat /arrow/ci/etc/rprofile >> $(R RHOME)/etc/Rprofile.site
RUN echo "MAKEFLAGS=-j$(R -s -e 'cat(parallel::detectCores())')" >> $(R
RHOME)/etc/Renviron.site
# We don't need arrow's dependencies, only lintr (and its dependencies)
RUN R -e "install.packages('lintr')"
+RUN R -e "install.packages('cyclocomp')"
Review Comment:
Ah, the `.github/workflows/r.yml` change isn't related to this change.
I thought that the pin in `r.yml` suppressed the lint error. But the lint
error was caused by missing `cyclocomp`. (`Found unused settings in config file
(.lintr): unused_settings` is just a warning. It's not an error.)
--
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]