emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Babel R] Error evaluating table
@ 2015-09-25  7:22 Loris Bennett
  2015-09-25 11:40 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Loris Bennett @ 2015-09-25  7:22 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Babel R] Error evaluating table
  2015-09-25  7:22 [Babel R] Error evaluating table Loris Bennett
@ 2015-09-25 11:40 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-09-25 11:40 UTC (permalink / raw)
  To: Loris Bennett; +Cc: emacs-orgmode

Hello,

"Loris Bennett" <loris.bennett@fu-berlin.de> writes:

> 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?

This bug was fixed a short time ago. It hasn't reached ELPA yet, but
should be available by Monday.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-25 11:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-25  7:22 [Babel R] Error evaluating table Loris Bennett
2015-09-25 11:40 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).