Re: [R] Running R on a server

2010-10-11 Thread jthetzel
Sachin, I apologize if I'm over-simplifying your question. I mostly run R on an Ubuntu server via a Windows laptop. I log in to the remote server via SSH (via PuTTY on Windows), and then open an interactive R session through the usual ways (typing 'R' at the Linux command line). When creating

Re: [R] Running R on a server

2010-10-07 Thread fjpcaballero
You may want to check the StatEt plugin for Eclipse. It features remote submit functionality. I haven't tested it, though. On Oct 7, 2010, at 8:45 PM, sachinthaka.abeyward...@allianz.com.au wrote: > > Hi All, > > I am trying to run R scripts on a server rather than my own machine. The > bi

Re: [R] Running R on a server

2010-10-07 Thread stephen sefick
I don't know anything about SAS - so take the below with a grain of salt. It depends on what operating system you are running. With *nix you can run R like it is on your computer with ssh -X you could maybe send the job with R BATCH over ssh, or... I am sure that there are many other opportunit

[R] Running R on a server

2010-10-07 Thread sachinthaka . abeywardana
Hi All, I am trying to run R scripts on a server rather than my own machine. The biggest reason being that the data can be 3GB+; more than my RAM can handle. Anyway is there a way to do this. I am trying to find a SAS alternative. In SAS you can do (keyword) rsubmit; and get things running remo