-
Notifications
You must be signed in to change notification settings - Fork 31
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
Empty check dirs and error on revdep_details
#99
Comments
It would be good to figure out why the checks aren't being run. Do you see any other errors? |
Nope. Everything is silent as far as I can judge. Nothing is printed to stdout. The corresponding checks sub-folders are empty. |
I have a similar issue (at least I think it's similar; if it's judged different I can open a new/separate issue or you can direct me to somewhere else appropriate ...) This happens a lot in my checks (right now I'm trying to set up a new platform for revdep-checking
I get a slightly different error from
I'm 99% sure that these cases are ones where something went wrong in the installation of the package.
It would be super helpful if there were a way to report on/diagnose these sorts of problems without having to manually I have a hazy memory that a previous version of |
Yes, we should definitely keep the installation logs for the packages that failed to install, and put them in the DB. |
It would be a really good start to keep any trace around of the packages that completely failed to be checked. I'm having a hard time sorting this out after the Once again, to set up a test case I think one would need to make a small fake repo. On repo: package A version 0.1, package B (depends on package A and on a non-existent package C, so it can never be successfully installed). On system: package A version 0.2. |
Yes, agreed, and I'll fix this soon. |
As of today with revdepcheck * 1.0.0.9001 95fa560, I see
with, e.g., package |
bump/cross-reference to #256 ... ? |
For what it's worth I still get this message from time to time. e.g. right now running Unlike with my previous problems, running I'm running this on 20 cores, I wonder if there's a possibility of some kind of race condition? |
I always run it with 8-16 cores, and have never seen this, so it is unlikely. I suspect that you are on Linux? |
Yes.
|
Some packages in the
revdep_summary
are labeled E and the package's folder withinchecks
is empty:and
This is on recent R-devel and
revdepcheck * 1.0.0.9000 2017-10-07 Github (r-lib/revdepcheck@2081161)
.The text was updated successfully, but these errors were encountered: