Skip to content
Prev 3440 / 10988 Next

[Rcpp-devel] how to get rid of the warning message: no graphics system to unregister

Darren,

I did create the R instance in main(), and pass the reference to another
function. I do have 1000 CPUs calling that function, but as they don't
create new R reference, how come there are so many warning messages?

After reading your message in another thread of yours, I realize that the
troublesome part might be that the R reference is passed to a function that
many other CPUs call. what should I do to fix it? if I let each cpu creates
its own instance of R, will that end up with more warning messages?
On Sat, Feb 11, 2012 at 8:34 PM, Darren Cook <darren at dcook.org> wrote: