Re: [Rd] potential Bug in R 3.5.0

2018-06-25 Thread Jeroen Ooms
On Sun, Jun 24, 2018 at 8:41 PM, Jochen Wirsing wrote: > Hello, > I am using R under Win7 and Antergos. After installing R 3.5.0 I ran into > several issues regarding gfortran not working properly and packages not > installing properly when requiring dependencies (which is quite often the case > w

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

2018-06-25 Thread Tomas Kalibera
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