*Hi, I want to know how can I configure R in a Ubuntu to be a server. I am planning to use R in a Windows machine with Tinn-R, but I want R running at an Ubuntu Lucid machine. How can i do this? *Atenciosamente, Leandro Marino http://est.leandromarino.com.br/Blog (Estatístico) Cel.: + 55 21 9845-7707 Cel.: + 55 21 8777-7907 [[alternative HTML version deleted]]
Do you mean just installing R on a server? I have R installed onto a server. I ssh -X ... and everything works just fine. On Sat, Jul 10, 2010 at 1:46 PM, Leandro Marino <leandromarino at leandromarino.com.br> wrote:> *Hi, > > I want to know how can I configure R in a Ubuntu to be a server. > > I am planning to use R in a Windows machine with Tinn-R, but I want R > running at an Ubuntu Lucid machine. > > How can i do this? > > > *Atenciosamente, > Leandro Marino > http://est.leandromarino.com.br/Blog (Estat?stico) > Cel.: + 55 21 9845-7707 > Cel.: + 55 21 8777-7907 > > ? ? ? ?[[alternative HTML version deleted]] > > > ______________________________________________ > 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. > >-- Stephen Sefick ____________________________________ | Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? | | Department of Biological Sciences? ? ? ? ?? | | 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | | Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? | | 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | |___________________________________| | sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? | | http://www.auburn.edu/~sas0025? ? ? ? ? ?? | |___________________________________| Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods.? We are mammals, and have not exhausted the annoying little problems of being mammals. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -K. Mullis
Hi Dne Sat 10. of July 2010 20:46:33 Leandro Marino napsal(a):> *Hi, > > I want to know how can I configure R in a Ubuntu to be a server. > > I am planning to use R in a Windows machine with Tinn-R, but I want R > running at an Ubuntu Lucid machine. > > How can i do this?Install Ubuntu and set network and firewall (should it be available only from inner network or from whole internet? etc). Decide if it is enough to login via SSH (command line), You can also allow SSH X fowarding (enabling of launching of graphical applications). Or, You can allow VNC to allow users to login via remote desktop. It is good only for small network with few clients, otherwise You need very good network infrastructure and strong server. Install R and all needed applications around (stuff to compile, editors, LaTEX, ...). You can restricted resources for each user using PAM or another tool like that. Set user accounts, rights, ... For steps "how to set Linux server" I'd ask somewhere else - ask someone experienced with it, on Ubuntu forums etc. You need "only" SSH server (with or without X forwarding) and/or VNC server. You install R as ordinary application - the R does not require any special care to serve as server.> *Atenciosamente, > Leandro Marino > http://est.leandromarino.com.br/Blog (Estat?stico) > Cel.: + 55 21 9845-7707 > Cel.: + 55 21 8777-7907I hope it help little bit. :-) Best regards, -- Vojt?ch Zeisek Department of Botany, Faculty of Science, Charles Uni., Prague, CZ Institute of Botany, Academy of Science, Czech Republic Community of the openSUSE GNU/Linux http://www.natur.cuni.cz/faculty-en?set_language=en http://www.ibot.cas.cz/?p=index&site=en http://www.opensuse.org/ http://web.natur.cuni.cz/~zeisek/ ------------- dal?? ??st --------------- A non-text attachment was scrubbed... Name: [??dn? popis nen? k dispozici] Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100710/ae444943/attachment.bin>
What I was trying to say is that TINNR has a possibility to connect to R on a server. I want to know if its possible to have the r in a server with ubuntu and use it from the TINNR software. Sent from my mobile. Att, Leandro Marino http://www.leandromarino.com.br (Fotógrafo) http://est.leandromarino.com.br (Estatístico) Cel.: +55 21 9845-7707 Cel.: +55 21 8777-7907 Em 10/07/2010 18:27, "Vojtěch Zeisek" <vojtech.zeisek@opensuse.org>escreveu: Hello, well, if You wish, You can always write scripts in R and then send it to Ubuntu server, but it is too complicated. Tinn-R is Windows only, but Rkward is IMHO much more better. You can not work in Windows in Tinn-R and send it directly to R running on remote Linux server. Best regards, Vojtěch Zeisek Dne Sat 10. of July 2010 21:30:57 Cedrick W. Johnson napsal(a):> You can do that, as well as install RKWard if you want a "gui" front end > and use ssh/x11 forward...-- Vojtěch Zeisek Department of Botany, Faculty of Science, Charles Uni., Prague, CZ Institute of ... https://www.natur.cuni.cz/faculty-en?set_language=en http://www.ibot.cas.cz/?p=index&site=en http://www.opensuse.org/ http://web.natur.cuni.cz/~zeise... ______________________________________________ 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]]
Hi Leandro, On 07/10/2010 08:46 PM, Leandro Marino wrote:> I want to know how can I configure R in a Ubuntu to be a server. > > I am planning to use R in a Windows machine with Tinn-R, but I want R > running at an Ubuntu Lucid machine. > > How can i do this?One possibility is to use Eclipse/StatET on the Windows machine and configure a remote console (to be running on your GNU/Linux server). The StatET user list has posts with explanations on how to achieve this. http://lists.r-forge.r-project.org/mailman/listinfo/statet-user http://lists.r-forge.r-project.org/mailman/swish.cgi?query=listname%3D%22statet-user%22 Best, Tobias