An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121128/78db163a/attachment.pl>
Installing R under Redhat el6
2 messages · Tony Paredes, Marc Schwartz
On Nov 28, 2012, at 12:05 PM, Tony Paredes <tgalois at gmail.com> wrote:
Hi, I'm having a very difficult time installing R under redhat el6 (64 bit), and I wanted to ask if there are any lesson learned that someone will like to share with me about the process of installing R under redhat. thank you very much and have a wonderful afternoon/evening/morning. Tony
It should be pretty easy to install via the EPEL: http://fedoraproject.org/wiki/EPEL Just follow the instructions to enable the EPEL and then from the CLI as root: yum install R or via sudo: sudo yum install R is pretty much all you should need. Regards, Marc Schwartz