Skip to content
Prev 178217 / 398506 Next

Dealing with unix signal

Hi all,

I'm wondering if there is any module or function in R can deal with
unix signals such as SIGXCPU. In this way, when I get a signal from
OS, I like to do something (such as saving current variables or
terminating gracefully) by interrupting current execution of R.

Thank you for your help in advance.

Thanks,
Jong