Skip to content
Prev 7045 / 15075 Next

Failed tar extract due to symlinks put in place by Rswitch

Thanks for the information Simon.

My apologies on the Rswitch misinformation.

I nuked /Library/Frameworks/R.framework
and reinstalled from
   http://r.research.att.com/
using the R-2.10-branch-leopard.pkg installer.
The install yields the symlinks I saw previously (shown below).

I still get the same error message on attempting to install the devpack.

I'll try installing from CRAN as well.




[momac13:/Library/Frameworks stevenmckinney]
$ cd R.framework/
[momac13:/Library/Frameworks/R.framework stevenmckinney]
$ ls -alF
total 40
drwxrwxr-x@  8 root  admin  272 21 Oct  2008 ./
drwxrwxr-x@ 12 root  admin  408 21 Oct  2008 ../
lrwxr-xr-x   1 root  admin   24 19 Apr 18:33 Headers@ -> Versions/Current/Headers
lrwxr-xr-x   1 root  admin   30 19 Apr 18:33 Libraries@ -> Versions/Current/Resources/lib
lrwxr-xr-x   1 root  admin   31 19 Apr 18:33 PrivateHeaders@ -> Versions/Current/PrivateHeaders
lrwxr-xr-x   1 root  admin   18 19 Apr 18:33 R@ -> Versions/Current/R
lrwxr-xr-x   1 root  admin   26 21 Oct  2008 Resources@ -> Versions/Current/Resources
drwxrwxr-x   4 root  admin  136 19 Apr 18:33 Versions/
[momac13:/Library/Frameworks/R.framework stevenmckinney]
$ cd Versions/
[momac13:/Library/Frameworks/R.framework/Versions stevenmckinney]
$ ls -alF
total 8
drwxrwxr-x  4 root  admin  136 19 Apr 18:33 ./
drwxrwxr-x@ 8 root  admin  272 21 Oct  2008 ../
drwxrwxr-x  6 root  admin  204 19 Apr 18:33 2.10/
lrwxr-xr-x  1 root  admin    4 19 Apr 18:33 Current@ -> 2.10
[momac13:/Library/Frameworks/R.framework/Versions stevenmckinney]
$ 

Steve McKinney