[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: R code block fails on one-dimensional variable [8.2.6 (8.2.
From: |
Bastien |
Subject: |
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/)] |
Date: |
Wed, 21 May 2014 04:22:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) |
Hi Daniil,
Daniil Mirylenka <address@hidden> 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 output, and the following error message:
Fixed along your suggestion, thanks,
--
Bastien