Re: [R] Running R Remotely on LINUX

2015-04-15 Thread arnaud gaboury
On Tue, Apr 14, 2015 at 10:09 PM, John Sorkin jsor...@grecc.umaryland.edu wrote: I suggest that you investigate installing RStudio server on the Linux Box. If you do this, you can logon to RStudio (on the Linux server), and it will look exactly like RStudio running on a windows box. You may

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread arnaud gaboury
On Tue, Apr 14, 2015 at 7:09 PM, Sarah Goslee sarah.gos...@gmail.com wrote: Hi Michael, On Tue, Apr 14, 2015 at 12:57 PM, Michael Haenlein haenl...@escpeurope.eu wrote: Dear all, I am used to running R locally on my Windows-based PC. Since some of my computations are taking a lot of

[R] Running R Remotely on LINUX

2015-04-14 Thread Michael Haenlein
Dear all, I am used to running R locally on my Windows-based PC. Since some of my computations are taking a lot of time I am now trying to move to a remote R session on a LINUX server but I am having trouble to getting things work. I am able to access the LINUX server using PuTTY and SSH. Once I

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread Sarah Goslee
Hi Michael, On Tue, Apr 14, 2015 at 12:57 PM, Michael Haenlein haenl...@escpeurope.eu wrote: Dear all, I am used to running R locally on my Windows-based PC. Since some of my computations are taking a lot of time I am now trying to move to a remote R session on a LINUX server but I am having

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread Pütz , Benno
Hi Michael, On 14 Apr 2015, at 18:59, Michael Haenlein haenl...@escpeurope.eu wrote: Dear all, I am used to running R locally on my Windows-based PC. Since some of my computations are taking a lot of time I am now trying to move to a remote R session on a LINUX server but I am having

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread Jeff Newmiller
You should investigate using the parallel package. You have to have R installed on the Linux machine along with any contributed packages you use, but you can delegate tasks to it from within an Rgui or RStudio session running on your Windows box. There are even tutorials online that step you

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread John Sorkin
I suggest that you investigate installing RStudio server on the Linux Box. If you do this, you can logon to RStudio (on the Linux server), and it will look exactly like RStudio running on a windows box. You may need some help configuring the Linux box to allow access to port 8787, which is the

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread John McKown
On Tue, Apr 14, 2015 at 11:57 AM, Michael Haenlein haenl...@escpeurope.eu wrote: Dear all, ​snip (3) Can I open several instances of R in parallel? On my PC I sometimes have 2-3 windows open in parallel that work on different calculations to save time. Not sure to which extent this is