Skip to content
Prev 932 / 12125 Next

[R-pkg-devel] Warning that are Unintentionally OS-Specific (Maybe Bug in warning?)

Hi Bill,

This is just a hypothesis, but it could have something to do with the 
fact that you're using parallel::mclapply inside your function pk.nca? 
This would certainly explain why you have different behaviours on 
Windows and Unix systems. It would also explain why you get a different 
behaviour between options(warn=0) and options(warn=1), since the master 
receives the exceptions at different times in both cases.

Max
On 16-07-20 01:13 PM, Bill Denney wrote: