When installing R on Linux CentOS 6.3 I get the following:
Error: Package: R-core-3.0.1-2.el6.x86_64 (epel) Requires: libjpeg.so.62(LIBJPEG_6.2)(64bit
Hi You can install the missing packages by downloading rpm and install using rpm command
libjpeg.so.62 and kernel-headers
To install .rpm package use the following steps
rpm -iv package.rpm
Try
yum install R
After that. :)