Skip to content
Prev 9917 / 15075 Next

R crashes with OSX 10.9 ?

On Jun 26, 2013, at 12:42 PM, Vincent Philion wrote:

            
Wait for a stable 10.9 ;) It's a DP after all.

You can also build the GUI yourself for 10.9 - this works for me (10.9 DP2 + Xcode 5 DP2):

svn co https://svn.r-project.org/R-packages/trunk/Mac-GUI
cd Mac-GUI
xcodebuild -configuration Debug
open build/Debug/R.app

Cheers,
Simon