You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running revdep_check() on the lme4 package (446 packages, 20 cores, ~3-hour projected run time), I get a sudden stop (1 hour in, after checking 100+ packages) with:
Error: No root directory found in /home/bolker/Documents/R/pkgs/lme4git or its parent directories. Root criterion: contains a file "DESCRIPTION" with contents matching "^Package: "
(lme4 is the package directory, it's directly under the directory listed in the error message)
This isn't a big deal since I can restart, but thought I would report it. (I am simultaneously running revdep_check() on another package on the same machine ... could that be an issue?)
(update: it's failed a couple more times now; I shut down the other revdep_check process in case that was interfering. I've now reduced num_workers to 16 in case that helps with race conditions?)
While running
revdep_check()
on thelme4
package (446 packages, 20 cores, ~3-hour projected run time), I get a sudden stop (1 hour in, after checking 100+ packages) with:I was running:
(
lme4
is the package directory, it's directly under the directory listed in the error message)This isn't a big deal since I can restart, but thought I would report it. (I am simultaneously running
revdep_check()
on another package on the same machine ... could that be an issue?)(update: it's failed a couple more times now; I shut down the other
revdep_check
process in case that was interfering. I've now reducednum_workers
to 16 in case that helps with race conditions?)Session info:
The text was updated successfully, but these errors were encountered: