Skip to content

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:

            
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