Hi Thomas, Thomas Alexander Gerds <t...@biostat.ku.dk> writes:
> Using the silent option together with a remote R session block (started > via ssh.el and ess-remote), like this: > > #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache > yes > a=1 > 1 > #+END_SRC > > produces: > > ,---- > | > > > [1] 1 > | > Warning message: > | In file.rename(tfile, transfer.file) : > | cannot rename file '/tmp/RtmpQwlyCf/file7c9b78867f6c' to > '/tmp/babel-4977UIT/R-4977ucf', reason 'No such file or directory' > | > > `---- > > and emacs freezes. No big deal because C-g gets me out of it, but > slightly annoying. > > with `:results output' instead of `:results: silent' everything works > fine. Please let us know if the documentation* needs some clarification here, or if this is a bug -- maybe someone will have time to look at it. Thanks, * Better to check against the latest documentation from our master branch, of course. -- Bastien