[Rd] Managing unix signal in R
Simon Urbanek
@|mon@urb@nek @end|ng |rom R-project@org
Fri Aug 14 10:14:53 CEST 2020
What do you mean by "manage unix signal"? The main signals like INT, PIPE or SEGV are handled by R and are not exposed to the user code. What exactly do you intend to do?
Cheers,
Simon
> On Aug 14, 2020, at 6:44 PM, neonira Arinoem <neonira using gmail.com> wrote:
>
> Hello
>
> Just wondering what is the best way to manage unix signal in R?
>
> Though I dug up the R documentation, I haven't found any single relevant
> example.
>
> I could wrap C/C++ unix signal management using RCPP of course.
> Prior doing so, I wish to be sure that there exist no other available
> alternative, already implemented and tested.
>
> Let me know.
>
> Best.
> Neonira
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
More information about the R-devel
mailing list