Skip to content
Prev 55380 / 63424 Next

DOCUMENTATION(?): parallel::mcparallel() gives various types of "Error in unserialize(r) : ..." errors if value is of type raw

Thanks for the report, fixed in documentation of mcparallel. Raw vectors 
are reserved for internal use and cannot be returned by expressions 
passed to mcparallel. But one can indeed wrap a raw vector into a list.

FYI this internal use is not in readChild/mccollect, but in 
sendMaster/mcparallel.

Best
Tomas
On 06/21/2018 05:05 AM, Henrik Bengtsson wrote: