On Nov 28, 2012, at 12:05 PM, Tony Paredes <tgal...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.