RStudio won't start under Mac OS X

hoisie's Avatar

hoisie

03 Mar, 2011 07:48 PM

I installed R through homebrew:

R version 2.12.2 (2011-02-25)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-apple-darwin10.5.0 (64-bit)

When i try to run RStudio, I get:

"Please make sure a compatible version of R is installed"

Not seeing anything anything in the rstudio log.. Any ideas?

  1. 2 Posted by sagalloco on 03 Mar, 2011 07:55 PM

    sagalloco's Avatar

    I'm experiencing the same.

  2. 3 Posted by sagalloco on 03 Mar, 2011 09:11 PM

    sagalloco's Avatar

    I was able to figure it out. From the documentation:

    "The current default version is determined by the directory alias found at /Library/Frameworks/R.framework/Versions/Current"

    So all you need to do is:
    cd /Library/Frameworks
    ln -s /usr/local/Cellar/r/2.12.1/R.framework R.framework

    Once you've symlinked the framework, you won't get the dialog anymore.

  3. Support Staff 4 Posted by Joe Cheng on 07 Mar, 2011 05:31 PM

    Joe Cheng's Avatar

    Great! Thanks for the tip, that's awesome!

  4. Joe Cheng closed this discussion on 07 Mar, 2011 05:31 PM.

Comments are currently closed for this discussion. You can start a new one.