From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Rsquared for reproductible research Date: Thu, 12 Jan 2012 20:54:29 +0000 Message-ID: <10252.1326401669@rgc.damtp.cam.ac.uk> References: <87k44wsx47.fsf@gmx.com> Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlRfM-0001hW-FF for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:54:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlRfL-0008Gx-I6 for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:54:32 -0500 Received: from ppsw-50.csi.cam.ac.uk ([131.111.8.150]:49265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlRfL-0008Gm-BG for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:54:31 -0500 Received: from smtp.damtp.cam.ac.uk ([131.111.18.84]:48833 helo=septal.damtp.cam.ac.uk) by ppsw-50.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.137]:25) with esmtp id 1RlRfJ-0007n4-rD (Exim 4.72) for emacs-orgmode@gnu.org (return-path ); Thu, 12 Jan 2012 20:54:29 +0000 In-reply-to: <87k44wsx47.fsf@gmx.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org, Stephen Eglen > The syntax is now stabilized (we wanted to get this sorted before the > final Emacs24 merge). That which is currently described in the manual > is and should remain the proper Org-mode code block syntax. Thanks Eric, this is great news. I'll ensure my examples from last year still work with the current org-mode syntax. > For many small examples, please see [1] which I (unfortunately) haven't That's a nice site, thanks! > From looking at the fairly terse web site for R^2 it is not clear to me > exactly what the system includes (I'm sure I'm missing something > obvious). It seems to be the addition of a packaging system over-top of > R source files. What would a potential Org-mode based system provide > which is not already possible with Org-mode text files, Org-mode > publishing and a version control repository. The accompanying paper from 2011 goes into detail as to what it does. But in essence, the website is supposed to be 'neutral', in that it is not your local system. A document may compile on my system, but not for others, because it depends on my local configuration. Having a neutral system will avoid such problems. A neutral system could also have support for all babel languages, so that I can use it to compile someone's document without e.g. having a common-lisp compiler on my system. > Perhaps the benefit would simply be a system which eases the integration > of Org, publishing, version control, and possibly automatic Makefile > creation with tasks like "publish", "clean" etc... yes, that too! best wishes, Stephen