emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Vikas Rawal
Subject: [O] Using tramp to run R source code blocks on remote server
Date: Thu, 21 Apr 2016 16:23:03 +0530

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 :hline yes :session 
cesp :dir /cesp:/home/vikas/
c(1:5)
#+end_src

I get the following message:

tramp-flush-directory-property: Wrong type argument: arrayp, nil

I get the expected output if I use ":results output”, but I don’t want that.

2. Is there a way to be able to use screen/byobu with remote processing? I have 
tried various options of using shell, term, or ansi-term. Each of them gives 
some problem or the other. Does anyone have experience with using any of these?

Would appreciate help

Vikas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]