emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [Babel R] Error evaluating table


From: Loris Bennett
Subject: [O] [Babel R] Error evaluating table
Date: Fri, 25 Sep 2015 09:22:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi,

With the following

================
#+NAME: numbers
| 1 |
| 2 |
| 3 |

#+NAME: mean
#+HEADER: :var data=numbers
#+BEGIN_SRC R
mean(data)
#+END_SRC
================

I get the error:

================
Error: unexpected input in:
"       #("\"1\"
\"
Execution halted
================

when I execute the source block.  I'm fairly sure something like this
used to work.  I'm using

8.3.1-129-ga7c8d2-elpaplus @ 
/home/loris/.emacs.d/elpa/org-plus-contrib-20150921/)

but, of course, I may have overtweaked my .emacs at some point.

Any ideas?

Cheers,

Loris

-- 
This signature is currently under construction.




reply via email to

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