Skip to content
Prev 10673 / 15075 Next

Embedded R, event loops, GUI events, and OS X

Mi?tek,
On Jul 2, 2014, at 1:43 PM, Mi?tek Bak <mietek at bak.io> wrote:

            
Yes.

In general, the trick is to make sure that you setup the R event loop. That is an extra step after initializing the embedded R. There is nothing special about the OS X port in that regard - as long as you run the R event loop all is well. It becomes more tricky if the app you use wants to use its own event loop - that can cause issues as you have to make sure the two loops mesh properly.

For more specific help you'll need to ask more specific questions - possibly with link to reproducible code.

Cheers,
Simon