emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Graham Smith <myotisone@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Babel - simple getting started problem
Date: Mon, 7 Dec 2009 07:20:19 +0000	[thread overview]
Message-ID: <2c75873c0912062320m20284efawb5b4414fa5593691@mail.gmail.com> (raw)

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"

             reply	other threads:[~2009-12-07  7:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-07  7:20 Graham Smith [this message]
2009-12-07  9:57 ` Babel - simple getting started problem 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2c75873c0912062320m20284efawb5b4414fa5593691@mail.gmail.com \
    --to=myotisone@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).