Robert Wilkins
2009-Oct-06 01:41 UTC
[R] R on Linux, and R on Windows , any difference in maturity+stability?
Will R have more glitches on one operating system as opposed to another, or is it pretty much the same? robert
Liviu Andronic
2009-Oct-06 07:46 UTC
[R] R on Linux, and R on Windows , any difference in maturity+stability?
On 10/6/09, Robert Wilkins <iwritecode2 at gmail.com> wrote:> Will R have more glitches on one operating system as opposed to > another, >Probably not.> or is it pretty much the same? >Depending on the complexity of the code, it is pretty much the same. I recently had a (relatively simple) group project, with the three of us on different OSs: Win, Mac and Linux. We did not encounter one platform specific issue. Liviu
John Maindonald
2009-Oct-06 10:36 UTC
[R] R on Linux, and R on Windows , any difference in maturity+stability?
I had a large job time ago that ran fine under MacOS X. I'd expect the same to be true under Linux. It would run under Windows XP only if XP had been freshly rebooted. John Maindonald email: john.maindonald@anu.edu.au phone : +61 2 (6125)3473 fax : +61 2(6125)5549 Centre for Mathematics & Its Applications, Room 1194, John Dedman Mathematical Sciences Building (Building 27) Australian National University, Canberra ACT 0200. On 06/10/2009, at 9:00 PM, r-help-request@r-project.org wrote:> From: Liviu Andronic <landronimirc@gmail.com> > Date: 6 October 2009 6:46:33 PM AEDT > To: Robert Wilkins <iwritecode2@gmail.com> > Cc: r-help@r-project.org > Subject: Re: [R] R on Linux, and R on Windows , any difference in > maturity+stability? > > > On 10/6/09, Robert Wilkins <iwritecode2@gmail.com> wrote: >> Will R have more glitches on one operating system as opposed to >> another, >> > Probably not. > >> or is it pretty much the same? >> > Depending on the complexity of the code, it is pretty much the same. I > recently had a (relatively simple) group project, with the three of us > on different OSs: Win, Mac and Linux. We did not encounter one > platform specific issue. > Liviu[[alternative HTML version deleted]]
Jose Quesada
2009-Oct-06 14:34 UTC
[R] R on Linux, and R on Windows , any difference in maturity+stability?
Robert Wilkins <iwritecode2 <at> gmail.com> writes:> > Will R have more glitches on one operating system as opposed to > another, or is it pretty much the same? > > robert > >One important difference is that, if you are unsing large datasets and need memory, then windows is by far the worst. CRAN R is 32 bit and can only address 1.5 Gb of memory (or something similar; I don't really understand why). While there's a 64-bit version of R for windows (revolution-computing.com) I would advise against using it, for several reasons. While revolution has provided very nice packages to the community (e.g., foreach), the win-64 port as of today is certainly the worst platform to do work on. Reasons: (1) it's R 2.7.2 (2) Many important packages will never be ported (3) Some packages (particularly those depending on Rjava) would not work properly (4) There's a proprietary repository, where most packages are outrageously outdated. (5) Most help you find on R-help will not apply. Instead, you have 'paid' support. Said support is slow, and close to useless in most cases. (6) Packages that rely on external tools (e.g., mysql) will take a lot of work to get going. And of course, one have to pay for a yearly license, to have the privilege to work under the above conditions. If you need 64-bit right now, my advice is to switch to basically any other platform. Note: this may change any time, since they are working on a continuous build that will keep the releases in sync with mainstream R. Jose Quesada, PhD. Max Planck Institute, Human Development, Berlin http://www.josequesada.name/
Apparently Analagous Threads
- Data cleaning & Data preparation, what do R users want?
- Data cleaning & Data preparation, what do R users want?
- Best way to study internals of R ( mix of C, C++, Fortran, and R itself)?
- Data cleaning & Data preparation, what do R users want?
- Data cleaning & Data preparation, what do R users want?