[O] Bug: R code block fails on one-dimensional variable [8.2.6 (8.2.6-dist @ /Users/dmirylenka/src/org-8.2.6/lisp/)]

2014-05-20 Thread Daniil Mirylenka
I am execute the following code block, (in an empty scratch buffer, by running 'M-x org-babel-execute-src-block'): #+BEGIN_SRC R :var x='(1 2 3) x #+END_SRC What I expect is: #+RESULTS: | 1 | 2 | 3 | Instead, I get no output, and the following error message: Wrong number of arguments: max,

Re: [O] Bug: R code block fails on one-dimensional variable [8.2.6 (8.2.6-dist @ /Users/dmirylenka/src/org-8.2.6/lisp/)]

2014-05-20 Thread Bastien
Hi Daniil, Daniil Mirylenka dmiryle...@disi.unitn.it writes: I am execute the following code block, (in an empty scratch buffer, by running 'M-x org-babel-execute-src-block'): #+BEGIN_SRC R :var x='(1 2 3) x #+END_SRC What I expect is: #+RESULTS: | 1 | 2 | 3 | Instead, I get no