[R-SIG-Mac] R.bin vs R

stefano iacus stefano.iacus at unimi.it
Wed May 5 12:05:00 CEST 2004


A simple work-around to solve the problem of R.bin appearing in the 
menu bar when you launch R with the aqua console is the following

cd /Library/Frameworks/R.framework/Resources/bin
mkdir exec
mv R.bin exec/R
cd exec
ln -s ../Frameworks Frameworks
cd ..

replace inside the two script R and RAqua in  
/Library/Frameworks/R.framework/Resources/bin
R_HOME/bin/R.bin
with
R_HOME/bin/exec/R

do the same for
cd /Library/Frameworks/R.framework/Resources/R

do the same for the script

R.app/Contents/MacOS/R

This solution will be adopted in the next patched release of R (which 
will also contain the flush_console bug fixed)

stefano



More information about the R-SIG-Mac mailing list