Out buffers flushing
Hey Dear R devs, I'm using R CMD BATCH output stream as control stream (via IPC) in my project. I noticed that sometimes I'm not receiving out line intime (that leads to unwanted behaviour). I suspect it is due to some buffering mechanism. I tried to use flush.console() but it does not help. Thanks for any advices, Roman.