Skip to content
Prev 7853 / 15075 Next

R editor for Mac

On Mar 11, 2011, at 11:25 AM, David Winsemius wrote:

            
They don't use Quartz - they have their own re-implementation of Cairo which creates files which is what gets displayed in the GUI - the GUI doesn't actually use the R device directly. It's entirely different from what you get in regular R. Unfortunately it means you can't use Quartz which is already a deal-breaker for me.
In principle, yes (but I'd think that if you use Rattle it's pointless to have another GUI ;)). The actual interaction depends on the details inside their rsession part - so I can't comment on that and I didn't test the packages you mention. The bottom line is that all packages are run outside the GUI in an R embedding.

If I get a spare minute, I'm actually tempted to hack RStudio to remedy this design problem, because it would allow for example iPlots eXtreme to be used directly in the GUI which the current setup doesn't allow.

Cheers,
Simon