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
This problem usually appears when one of the permutations failed for some reason and instead of the result of the evaluation function it returns a NULL or an NA. The problem is that when multicore parallel computation is used, the actual error message is lost and what you see is the error generated by the NULL. This is why setting mc.cores=1 or force.parallel=FALSE gives you the actual error message and why the solution is different for each user.
We'll try to add, at least, a more informative error message suggesting to use serial computation to see the actual error.
Hi,
Thanks for this package.
I'm trying to use it, but I keep receiving the following error:
I'm using R version 4.1.1 (2021-08-10) -- "Kick Things" and the latest regioneR version 1.26.1
Any idea of what is creating this error?
Thanks
The text was updated successfully, but these errors were encountered: