Skip to content
Prev 10327 / 15075 Next

Problems with Rcmdr via XQuartz on OSX Mavericks

So for people with a CRAN build of R, the tick box is the way to go 
(and/or keep the console visible).  I've added that to the R-admin manual.

If you do build R.app against 10.9, then you should be using the App Nap 
API. I think that in part is straightforward, as 'busy' gets set when 
the R interpreter is evaluating.  So Re_RBusy needs to use the

beginActivityWithOptions:reason:,
endActivity:,

methods on the NSProcessInfo class.  I'll leave that to someone fluent 
in ObjC.
On 30/11/2013 23:19, Robert J Goedman wrote: