From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: [Babel R] Error evaluating table Date: Fri, 25 Sep 2015 09:22:41 +0200 Message-ID: <87pp172cam.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfNSU-0000Ah-Sl for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 03:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfNSQ-0001kI-Ll for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 03:30:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:53560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfNSP-0001js-Sk for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 03:30:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZfNLE-0001xX-Kr for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 09:22:48 +0200 Received: from hornfels.zedat.fu-berlin.de ([160.45.11.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Sep 2015 09:22:48 +0200 Received: from loris.bennett by hornfels.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Sep 2015 09:22:48 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.