Closed
Description
Hello,
in one of the many packages for which I use lintr
, lintr
started hanging after the last version 3.0. This can be reproduced both locally (R 4.2.1 on Mac and lintr
s HEAD) and in the Github action.
lintr::lint_package()
hangs on openxlsx
. This can be seen with the latest CRAN release of openxlsx
and also in the development
branch. While the openxlsx
code is known to be a mess, lintr
did not hang before its release 3.0. Unfortunately there is not much else I can report, there is no verbose option that I am aware of. I tried to disable the linter mentioned in #1427 but that did not help. Let me know if you need anything else.
Thank you for the time you have invested in the development and maintenance of lintr
!