Re: [O] Using tramp to run R source code blocks on remote server

2016-05-09 Thread Benda Xu
Hi Vikas, I cannot address your problem directly. I have a workaround. Vikas Rawal writes: > I am trying to run R source code blocks on a remote server (defined in > my ~/.ssh/config as cesp). > > I am facing several problems. > > 1. The following sample block, when used with ":results value"

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-22 Thread Cook, Malcolm
> On Fri, 22 Apr 2016, Nick Dokos wrote: > > > Vikas Rawal writes: > > > >> I am trying to run R source code blocks on a remote server > >> (defined in > my ~/.ssh/config as > >> cesp). > >> > >> I am facing several problems. > >> > >> 1. The following

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-22 Thread Charles C. Berry
On Fri, 22 Apr 2016, Nick Dokos wrote: Vikas Rawal writes: I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block, when used with ":results value" does n

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-22 Thread Nick Dokos
Vikas Rawal writes: > I am trying to run R source code blocks on a remote server (defined > in my ~/.ssh/config as > cesp). > > I am facing several problems. > > 1. The following sample block, when used with ":results value" does > not give any r

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Vikas Rawal
> >> I am trying to run R source code blocks on a remote server (defined in my >> ~/.ssh/config as cesp). >> >> I am facing several problems. >> >> 1. The following sample block, when used with ":results value" does not >> give any results. >> >> #+NAME: level1 >> #+begin_src R :results val

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Tim Howes
On 4/21/16 3:53 AM, Vikas Rawal wrote: > > 2. Is there a way to be able to use screen/byobu with remote processing? This thread suggests using dtach: http://grokbase.com/t/r/ess-help/1536b42tjy/ess-remote-r

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Cook, Malcolm
il 21, 2016 5:05 PM > To: Vikas Rawal > Cc: org-mode mailing list > Subject: Re: [O] Using tramp to run R source code blocks on remote server > > On Thu, 21 Apr 2016, Charles C. Berry wrote: > > > On Thu, 21 Apr 2016, Charles C. Berry wrote: > > > >&

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Charles C. Berry
On Thu, 21 Apr 2016, Charles C. Berry wrote: On Thu, 21 Apr 2016, Charles C. Berry wrote: On Thu, 21 Apr 2016, Vikas Rawal wrote: I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block,

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Charles C. Berry
On Thu, 21 Apr 2016, Charles C. Berry wrote: On Thu, 21 Apr 2016, Vikas Rawal wrote: I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block, when used with ":results value" does not give

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Charles C. Berry
On Thu, 21 Apr 2016, Vikas Rawal wrote: I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block, when used with ":results value" does not give any results. #+NAME: level1 #+begin_src R :re

[O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Vikas Rawal
I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block, when used with ":results value" does not give any results. #+NAME: level1 #+begin_src R :results value :exports results :colnames yes