History of AFNI updates  

|
Colm Connolly
April 08, 2009 10:28AM
there are precompiled binaries for R available on the CRAN website. So you will likely not need to compile R yourself.

I think you'll need to create a file called /etc/yum.repos.d/cran.repo

containing something like

[cran]
name=CRAN
baseurl=http://ftp.heanet.ie/mirrors/cran.r-project.org/bin/linux/redhat/el5/$basearch
enabled=1
gpgcheck=0


you should then be able to install r by running as root yum install R

you should replace ftp.heanet.ie with your local CRAN mirror.
Subject Author Posted

Precompiled binaries for R for RHEL 5 for GCM

AndrewJB April 06, 2009 05:28PM

Re: Precompiled binaries for R for RHEL 5 for GCM

Fred Tam April 06, 2009 07:29PM

Re: Precompiled binaries for R for RHEL 5 for GCM

AndrewJB April 07, 2009 12:05PM

Re: Precompiled binaries for R for RHEL 5 for GCM

Colm Connolly April 07, 2009 04:50AM

Re: Precompiled binaries for R for RHEL 5 for GCM

AndrewJB April 07, 2009 12:04PM

Re: Precompiled binaries for R for RHEL 5 for GCM

Colm Connolly April 08, 2009 10:28AM

Re: Precompiled binaries for R for RHEL 5 for GCM

AndrewJB April 08, 2009 11:29AM