From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Max_Fl=F6ttmann?= Subject: [babel][R] no return values in R code blocks Date: Mon, 29 Aug 2011 12:49:17 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=002215049147906adf04aba2a534 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxzP5-0005OR-CR for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 06:49:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QxzP4-0002Ew-FK for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 06:49:19 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:59680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxzP4-0002Es-Cq for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 06:49:18 -0400 Received: by vwm42 with SMTP id 42so5289321vwm.0 for ; Mon, 29 Aug 2011 03:49:17 -0700 (PDT) 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 --002215049147906adf04aba2a534 Content-Type: text/plain; charset=ISO-8859-1 Hi, When i run a code block like this using C-c C-c: #+BEGIN_SRC R c(1,23,54,5) #+END_SRC I do not get any results. In older versions of orgmode the result used be a table or vector returned by R. Is this a bug, or do I need a new keyword that is not in the documentation yet to get the same result? I'm using version 7.7 and R2.13.1 Thanks, Max --002215049147906adf04aba2a534 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
When i run a code block like this using C-c C-c:

#+BEGIN_SRC R=A0
c(1,23,54,5)
#+END_SRC

I do not get any results.=A0

In older versions of orgmode the result used be a table or vector return= ed by R. Is this a bug, or do I need a new keyword that is not in the docum= entation yet to get the same result?
I'm using version 7.7 and R2.13.1

Thanks,=

Max

--002215049147906adf04aba2a534--