I want to create an RPM package that has dependency on R.
Question: How to list that in the spec file i.e. install all the R-dependencies and then go through the latest commands ?
Also, to install the R, I need to run "rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm" to get the EPEL repo.
And then I need to install other R-specific packages on top of the R-installation.
Can somebody please help.
Thanks..