Re: [R] Using Ubuntu as a Server

2010-07-11 Thread Tobias Verbeke

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

__
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.


[R] Using Ubuntu as a Server

2010-07-10 Thread Leandro Marino
*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@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.


Re: [R] Using Ubuntu as a Server

2010-07-10 Thread stephen sefick
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
leandromar...@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@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                                                    |
|___|
| sas0...@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

__
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.


Re: [R] Using Ubuntu as a Server

2010-07-10 Thread Vojtěch Zeisek
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-7907

I 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=indexamp;site=en
http://www.opensuse.org/
http://web.natur.cuni.cz/~zeisek/


signature.asc
Description: This is a digitally signed message part.
__
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.


Re: [R] Using Ubuntu as a Server

2010-07-10 Thread Cedrick W. Johnson
You can do that, as well as install RKWard if you want a gui front end 
and use ssh/x11 forwarding. If I think what you want to do is control a 
remote ubuntu instance via windows using Tinn, I don't think that is 
possible. You could look into Rserve/etc and possibly try to go that 
route as well.


-c


On 7/10/2010 3:03 PM, stephen sefick wrote:

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
leandromar...@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@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.


 






__
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.


Re: [R] Using Ubuntu as a Server

2010-07-10 Thread Vojtěch Zeisek
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 forwarding. If I think what you want to do is control a
 remote ubuntu instance via windows using Tinn, I don't think that is
 possible. You could look into Rserve/etc and possibly try to go that
 route as well.
 
 -c
 
 On 7/10/2010 3:03 PM, stephen sefick wrote:
  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
 
  leandromar...@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@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.
 
 __
 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.
-- 
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

https://www.natur.cuni.cz/faculty-en?set_language=en
http://www.ibot.cas.cz/?p=indexamp;site=en
http://www.opensuse.org/
http://web.natur.cuni.cz/~zeisek/


signature.asc
Description: This is a digitally signed message part.
__
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.


Re: [R] Using Ubuntu as a Server

2010-07-10 Thread Leandro Marino
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.zei...@opensuse.orgescreveu:

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=indexamp;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]]

__
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.


Re: [R] Using Ubuntu as a Server

2010-07-10 Thread stephen sefick
I don't have tinnR to test - I would suspect that this is possible,
but I may be naive.

2010/7/10 Leandro Marino leandromar...@leandromarino.com.br:
 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.zei...@opensuse.orgescreveu:

 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=indexamp;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]]


 __
 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.





-- 
Stephen Sefick

| Auburn University                                   |
| Department of Biological Sciences           |
| 331 Funchess Hall                                  |
| Auburn, Alabama                                   |
| 36849                                                    |
|___|
| sas0...@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

__
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.