Skip to content
Prev 28767 / 63421 Next

Linux installation

on 05/08/2008 10:39 AM Michael Steinbeck-Reeves wrote:
The need for the -devel RPMS is referenced in the R Installation and 
Administration Manual in Appendix A and Appendix C.

yum won't pick it up because the -devel RPM is not required to run R, 
which is the case BTW for most applications installed using yum on RPM 
based Linux systems.

yum won't reference 'suggested RPMs', only those actually required to 
run an application.

However, if you are going to be doing any compilation of source code 
against an RPM installed application, you will need the -devel RPMS, 
which contain the required header (.h) files, among other things. Again, 
under Linux, that is the case not only with R, but generally all 
applications installed in this fashion.

HTH,

Marc Schwartz