Hello, I am currently running R on ubuntu and everything is working perfectly fine. However, I would like to connect to R via Windows using Eclipse StatEt plugin. Is this possible to do? or do I have to have a version of R running on Windows also? I prefer to have Linux do the heavy lifting and Windows Eclipse to be a sort of GUI. Any thoughts?
Hi, I do not understand why you want to do that but both Eclipse and StatEt are available for Linux environment. Then, you can have everything running on Linux http://www.eclipse.org/downloads/ http://www.walware.de/goto/statet Jose> Date: Sun, 18 Mar 2012 08:56:39 -0400 > From: magawake@gmail.com > To: r-help@r-project.org > Subject: [R] Linux R / Windows client > > Hello, > > I am currently running R on ubuntu and everything is working perfectly > fine. However, I would like to connect to R via Windows using Eclipse > StatEt plugin. Is this possible to do? or do I have to have a version > of R running on Windows also? I prefer to have Linux do the heavy > lifting and Windows Eclipse to be a sort of GUI. > > Any thoughts? > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]
correct, but for StatET i believe I can only use the local R installed to do my computation. My intention is to use my Linux server -- which as 128GB of memory and 32 cores to do my calculations and I want to connect to it via Windows Eclipse GUI. On Sun, Mar 18, 2012 at 9:13 AM, jose Bartolomei <surfprjab at hotmail.com> wrote:> > Hi, > > I do not understand why you want to do that but > > > both Eclipse and StatEt are available for Linux environment. > > > Then, you can have everything running on Linux > > > > http://www.eclipse.org/downloads/ > > > http://www.walware.de/goto/statet > > > Jose > > > > > >> Date: Sun, 18 Mar 2012 08:56:39 -0400 >> From: magawake at gmail.com >> To: r-help at r-project.org >> Subject: [R] Linux R / Windows client > >> >> Hello, >> >> I am currently running R on ubuntu and everything is working perfectly >> fine. However, I would like to connect to R via Windows using Eclipse >> StatEt plugin. Is this possible to do? or do I have to have a version >> of R running on Windows also? I prefer to have Linux do the heavy >> lifting and Windows Eclipse to be a sort of GUI. >> >> Any thoughts? >> >> ______________________________________________ >> R-help at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code.
Not really answering your question but as an alternative suggestion you can get a nice gui/ide for R on a server by using Rstudio server, which is for Linux only. That way you won't need Windows at all. http://rstudio.org/ -- View this message in context: http://r.789695.n4.nabble.com/Linux-R-Windows-client-tp4482087p4482382.html Sent from the R help mailing list archive at Nabble.com.
My thought is that your question seems to be about StatET/Eclipse rather than R, so this may not be the best place to ask. I don't know the answer, but since Eclipse works on Linux as well, that might be an option. I also think RStudio might be able to utilize a remote server. As to whether you will have to have a local installation of R setup before you can configure either application to go remote, I don't know but it should be easy to try it and find out or consult the appropriate documentation or support forum. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. Mag Gam <magawake at gmail.com> wrote:>Hello, > >I am currently running R on ubuntu and everything is working perfectly >fine. However, I would like to connect to R via Windows using Eclipse >StatEt plugin. Is this possible to do? or do I have to have a version >of R running on Windows also? I prefer to have Linux do the heavy >lifting and Windows Eclipse to be a sort of GUI. > >Any thoughts? > >______________________________________________ >R-help at r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.