Hi - I'm having trouble with the persistent bash feature. For example,
> library(runr)
> b = proc_bash()
> b$start()
> b$exec("x=3")
Error in close.connection(con) : ignoring SIGPIPE signal
A subsequent attempt at b$exec(...) will hang.
I'm running OSX Mavericks. Have you seen this behavior? Thanks! -- Adam
Hi - I'm having trouble with the persistent bash feature. For example,
A subsequent attempt at
b$exec(...)will hang.I'm running OSX Mavericks. Have you seen this behavior? Thanks! -- Adam