Skip to content

Failed tar extract

2 messages · Steven McKinney, Simon Urbanek

#
After nuking /Library/Frameworks/R.framework
and installing the CRAN version the same
devpack error messages are produced.

Since I often have to install packages from
source, I'd like the proper compile environment
on my Mac.  

Is the issue with the devpack tar extraction
a problem in this regard?  It appears that
devpack materials are properly extracted to 
/usr/local... directories, but not to
/Library/Frameworks/R.framework directories.

Any info appreciated.

Steve McKinney
#
On Apr 19, 2010, at 10:42 PM, Steven McKinney wrote:

            
It doesn't really matter because the devpack simply contains files that are otherwise shipped with R. I didn't get to see why it's not following the symlinks but if you install R form CRAN (or the nightly builds) you get those files anyway so you should be fine.

BTW: in addition to the devpack there are many other libraries in
http://r.research.att.com/libs/

which can be useful depending on the type of packages you're compiling from source.

Thanks,
Simon