Closed simecek closed 7 years ago
Thanks!
I'm thinking I might revise this further and move the trap of NULLs upward to where it's used in scan1()
, and I think I'll give an error rather than a warning. cluster_lapply()
is a low-level helper function and might be used in a case that would return NULLs appropriately. I think maybe better to catch the scan1()
problem directly.
Hi Karl,
I am suggesting to throw a warning if
mclapply
outputs a list with NULLs only. This happens ifmclapply
fails because of memory problems.Petr