From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Kerns Subject: Re: R code block on Worg Date: Tue, 9 Apr 2013 21:02:40 -0400 Message-ID: References: <25652.1365553098@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPjRG-0001xV-J3 for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 21:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPjRF-0008Aw-Ho for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 21:03:02 -0400 Received: from mail-qe0-f45.google.com ([209.85.128.45]:52187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPjRF-0008AZ-Dq for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 21:03:01 -0400 Received: by mail-qe0-f45.google.com with SMTP id 1so2891341qee.4 for ; Tue, 09 Apr 2013 18:03:00 -0700 (PDT) In-Reply-To: <25652.1365553098@pierrot.dokosmarshall.org> 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: ndokos@gmail.com Cc: emacs-orgmode@gnu.org Dear Nick, On Tue, Apr 9, 2013 at 8:18 PM, Nick Dokos wrote: > The example I used earlier came from > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html [snip] I seem to have overlooked your earlier message - sorry about that. As far as doing R stuff with Org I am afraid that ob-doc-R is a bit behind all of the many, many released changes of recent weeks. Some time back I updated an extended document (originally written by Erik Iverson) to work with the new exporter. You can find all of that here: https://github.com/gjkerns/org-mode-R-tutorial I recommend working through the *.org file and looking at the *.pdf and *.html files for comparison. It goes through a whole bunch of things, and there is a ggplot2 example, too. I hope to eventually migrate that over to Worg but thought it best to wait for Org-8.0's release. Perhaps you may find something useful there in the meantime. I hope this helps, -- Jay P.S. If you find yourself walking further down the R path you might be interested in IPSUR. It is written in org so you'd feel right at home.