Skip to content
Prev 293908 / 398503 Next

What is the most cost effective hardware for R?

I think the general experience is that R is going to be more
memory-hungry than other resources so you'll get the best bang for
your buck on that end. R also has good parallelization support: that
and other high performance concerns are addressed here:

http://cran.r-project.org/web/views/HighPerformanceComputing.html

Performance (as it is for most computationally expensive tasks) will
likely be better under Linux and you'll get good free help from
R-SIG-Fedora and R-SIG-Debian if you pick one of those (in addition to
whatever your sys admin can give)

Michael
On Tue, May 8, 2012 at 6:49 AM, Hugh Morgan <h.morgan at har.mrc.ac.uk> wrote: