[R] R on MacOS X

Thomas Lumley tlumley at u.washington.edu
Thu Apr 8 18:02:49 CEST 2004


On Thu, 8 Apr 2004, Thomas Lumley wrote:
>
> I believe, though I haven't yet tried, that the 1.9.0 setup will be
> better.  I think you can put the R Framework in ~/Library/Frameworks and
> then put R.app anywhere.
>

Almost true.  You need to edit R.app/Contents/MacOS/R
and change the first line of code from
R_HOME_DIR=/Library/Frameworks/R.framework/Resources
to
R_HOME_DIR=~/Library/Frameworks/R.framework/Resources


	-thomas




More information about the R-help mailing list