Hello,
I once wrote a package called RcppProgress, that you can find here:
https://r-forge.r-project.org/R/?group_id=1230
I did not try it for a long time, but it was developed to solve this
exact problem.
You can have a look the its companion package: RcppProgressExample.
Here's a link to the or
On Thu, May 2, 2013 at 12:50 AM, Jewell, Chris wrote:
> Hi,
>
> I was wondering if anybody knew how to trap SIGINTs (ie Ctrl-C) in backend
> C++ code for R extensions? I'm writing a package that uses the GPU for some
> hefty matrix operations in a tightly coupled parallel algorithm implemented
Hi,
I was wondering if anybody knew how to trap SIGINTs (ie Ctrl-C) in backend C++
code for R extensions? I'm writing a package that uses the GPU for some hefty
matrix operations in a tightly coupled parallel algorithm implemented in CUDA.
The problem is that once running, the C++ module canno