Re: [R] windows to remote R(linux) via putty with X11 forwarding

2013-04-08 Thread Nilesh Gupta
On Sun, Apr 7, 2013 at 11:48 PM, S Ellison  wrote:

>
Another software which can help you is TeamViewer. Install it on Linux as
well as windows and you can connect effortlessly between the two

The woods are lovely, dark and deep
But I have promises to keep
And miles before I go to sleep
And miles before I go to sleep
-

[[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] windows to remote R(linux) via putty with X11 forwarding

2013-04-07 Thread S Ellison
> seems like not possible without X windows onthat putty from 
> windows box
Certainly if you want to run R under X windows you will need to run an X server 
on Windows, typically on top of PuTTY

But once you have X running and connected in Windows, just start R from the 
command line. That's how it usually runs on linux.

Another route is to run VNC, which seems pretty portable and preferred by at 
least one of my colleagues.  The main difference is that VNC is sending a 
picture of the linux desktop, rendered by whatever desktop manager is being run 
at the linux end, whereas under X the desktop rendering is supposed to happen 
at the X server (Windows) end. That changes what you can do with, for example, 
saved graphics files. But if you're under linux, you probably want to do that 
by opening a different device (eg png or ps) and plotting to file. Some VNC 
clients make it possible to transfer files, which can help if you want to save 
files at the linux end Nd then transfer to windows.

S Ellison

***
This email and any attachments are confidential. Any use...{{dropped:8}}

__
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] windows to remote R(linux) via putty with X11 forwarding

2013-04-05 Thread lejeczek
to answer (partially) my own question
seems like not possible without X windows onthat putty from 
windows box

R help - how to make R plot under Linux 


regards

On 04/04/13 14:46, lejeczek wrote:
> hi everybody
>
> windows to remote R(linux) via putty with X11 forwarding
> does not work for me
> I mean GUI does not,
> is there a solution for windows->linux.R + GUI ?
>
> regards
>
>   [[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.
>


[[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] windows to remote R(linux) via putty with X11 forwarding

2013-04-04 Thread Prof Brian Ripley

On 04/04/2013 14:46, lejeczek wrote:

hi everybody

windows to remote R(linux) via putty with X11 forwarding
does not work for me
I mean GUI does not,
is there a solution for windows->linux.R + GUI ?


What do you mean by 'GUI'?   R does not have a GUI except on Windows 
(and as an add-on project, R.app, on OS X).


And what do you mean by 'does not work'?


regards

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




--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

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