mcstop: Stop and print error message during parallel processing
Description
mcstop() is a multicore version of stop() which prints to the console
using 'echo' during parallel commands such as mclapply(), to allow error
messages to be more visible.
Usage
mcstop(...)
Value
Prints an error message.
Arguments
...
Objects coerced to character and pasted together and printed to
the console using echo.