We tried installing R Version 2.10 on a machine here, and we were able to reproduce the same problem that you are encountering. It seems to be the case that the R interface is expecting 2.9 for some reason. We are still investigating why this is.
In the meantime, there's a fairly easy workaround. Try using the Terminal application, and type the following two commands at the Unix prompt:
- Code: Select all
cd /Library/Frameworks/R.framework/Versions/
ln -s 2.10 2.9
This puts in a temporary link so that Version "2.10" can be accessed by APLX using the name "2.9".
You should now be able to use R v2.10 from APLX:
'r' ⎕SETUP 'R_HOME' '/Library/Frameworks/R.framework/Resources/'
r ← 'r' ⎕new 'r'
r.version.⎕ds
platform powerpc-apple-darwin8.11.1
arch powerpc
os darwin8.11.1
system powerpc, darwin8.11.1
status
major 2
minor 10.0
year 2009
month 10
day 26
svn rev 50208
language R
version.string R version 2.10.0 (2009-10-26)
r.mean (⍳10)
5.5