Skip to content

[R-gui] Re: [R] Feedback about SciViews?

3 messages · Luke Whitaker, Brian Ripley, Don MacQueen

#
On Wed, 30 Apr 2003, A.J. Rossini wrote:

            
It seems the problem here is limited to running R remotely. Given
the power of cheap consumer desktop machines these days, this seems
to me less of an issue than it used to be. Expensive commercial
software probably gets run remotely more than it needs to because
of licensing issues, which obviously don't apply to R.

If the GUI can be cleanly split from the compute engine of R, then
it should be quite easy to get the GUI running locally even if the
compute engine is remote - although I re-iterate my question for the
need to run free software remotely. My very modest desktop machine
is far more powerfull than the mainframe that I learnt to use SAS
on, and not so far short of the very expensive file server that I
use now.

Luke
#
On Thu, 1 May 2003, Luke Whitaker wrote:

            
No (and were we not discussing the *S-PLUS* Java GUI?). S-PLUS Java will
not start locally on Solaris in 96Mb of RAM (and my home Sun only has
64Mb).  In reality you need much more, as you need memory to do the
calculations too.

I've just fired it up on my new Dual Athlon 2600 with 1Gb RAM under RH8:
I'd say the GUI was about the speed of S-PLUS for Windows on a 133MHz 
Pentium, that is noticeably slow.  I have seen faster Java GUIs elsewhere, 
but none has approached the speed of a native GUI, and until recently they 
have been between irksome and intolerable.
In my experience R is often run remotely to share machines with large 
amounts of memory.  We don't routinely put 1Gb in people's desktops.
I think that is lot harder than you suppose, as the S model is inherently 
of sequential calculations on objects.  People expect GUIs to multitask.
That's the perspective of someone in a first-world company (I guess from
the email address).  R is designed to run under 16Mb RAM on say 133MHz
machines, because some people using it really do have machines like that.
Our students often have machines with 128Mb or less.
1 day later
#
At 11:02 AM +0100 5/1/03, Luke Whitaker wrote:
Not only licensing issues, but platform issues. SPlus doesn't run on 
the platform that most of us here in my department have on our 
desktops.

That's not the case with R, thank goodness. But there are other 
factors, such as administration and maintenance. With each new 
version of R comes the job of installing it. Will that be 10 
installations or one? Running remotely on a server it's just one, and 
that is a considerable time savings.

-Don