We filter out the PIPE_INIT_COMPLETE message from an algorithm's stdout to be a little cleaner, however R prints stuff in a strange format, so doesn't get filtered:
[1] "PIPE_INIT_COMPLETE"
1597500
More reason to move that message to a separate channel (or to algoout?)
We filter out the
PIPE_INIT_COMPLETEmessage from an algorithm's stdout to be a little cleaner, however R prints stuff in a strange format, so doesn't get filtered:[1] "PIPE_INIT_COMPLETE"1597500
More reason to move that message to a separate channel (or to
algoout?)