kou commented on code in PR #45524:
URL: https://github.com/apache/arrow/pull/45524#discussion_r1955378769
##########
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:
Can we remove this if we pin lintr to 3.1.2?
--
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]