Skip to content
Prev 267710 / 398502 Next

RPMs needed to compile R using the tar.gz file

On Aug 5, 2011, at 14:10 , Alexander Engelhardt wrote:

            
The command will likely work, but it might not give the right answer.

In some cases, you'll need -devel version of the RPMs, and they are not necessarily required by the binary RPM of R. So take Brian's advice over on R-devel. (Or do it the sloppy way that I have always used on Linuxen: Get a basic install going, and whenever a capability turns out to be missing, figure out which -devel RPM is needed and install it; lather, rinse, repeat...)

-pd

PS: The wisdom of saving, say, 20K of header files on installing a multi-megabyte library, just because "ordinary users don't need them" has always eluded me. I think it is against the spirit of free software to artificially separate users and programmers like that, but that's the way things are.