-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix examples that crash or hang up R session on CRAN machines #1775
Comments
I don't understand the logs, to me all output seems to be commented code (##D ...) |
I am not sure. I reverse-inferred that they must be doing so based on the output. But maybe that's not the case? That said, as I mention in #1776, Therefore, making sure all examples run successfully (or are never run if they are just for illustrative purposes) is a good preventive practice in general. This is currently not true for lintr-main branch, and is remedied in #1776. |
I would say it's not likely the case. It seems that's just the particular example that's running when the machine times out -- this looks like a similar issue to that befalling {data.table}, see |
Thanks. That was helpful to read, and I guess there isn't much we can do. But I still think #1776 is worth considering for the reasons mentioned in the top-level comment in that PR. |
So essentially, some test is too heavy for CRAN-Windows to digest? |
No, not really. Here's a snapshot of lintr's results. It shows the same pattern as data.table; i.e. very large Tinstall times on Windows. In fact, yours is even more severe. Tinstall is just installing. It doesn't include tests at all. The trouble is Uwe is incommunicado so all I can do it guess that the CRAN Windows server is severely over laden with tasks, it could even be swapping. It would be helpful if you could contact CRAN -- maybe they or Uwe will reply to you. Perhaps they think it is a data.table-only problem despite my emails explaining that it isn't. Contact from other package maintainers might help. |
@MichaelChirico, @jimhester Would either of you have time and be willing to write to CRAN about this issue? |
cf. https://cran.r-project.org/web/checks/check_results_lintr.html
The text was updated successfully, but these errors were encountered: