emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Babel - simple getting started problem
@ 2009-12-07  7:20 Graham Smith
  2009-12-07  9:57 ` Sébastien Vauban
  2009-12-07 17:12 ` Dan Davison
  0 siblings, 2 replies; 10+ messages in thread
From: Graham Smith @ 2009-12-07  7:20 UTC (permalink / raw)
  To: emacs-orgmode

I know I must be missing the obvious here, but why can't I get babel+R
to calculate a mean. See below

Many thanks,

Graham

* test
#+srcname:trial
#+begin_src R
x<-c(4,5,6,7,8,9)
#+end_src

#+resname: trial
| 4 |
| 5 |
| 6 |
| 7 |
| 8 |
| 9 |


* meantest
#+begin_src R
mean(trial)
#+end_src

#+resname:

error in buffer "source block produced no output"

* meantest2
#+begin_src R
mean(x)
#+end_src

#+resname:

error in buffer "source block produced no output"

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

end of thread, other threads:[~2009-12-18 18:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-07  7:20 Babel - simple getting started problem Graham Smith
2009-12-07  9:57 ` Sébastien Vauban
2009-12-07 10:12   ` Graham Smith
2009-12-07 14:58   ` Graham Smith
2009-12-07 17:12 ` Dan Davison
2009-12-07 17:36   ` Graham Smith
2009-12-07 20:13     ` Dan Davison
2009-12-07 20:19       ` Graham Smith
2009-12-08  8:39   ` Sébastien Vauban
2009-12-18 18:52     ` Eric Schulte

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).