From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: [babel] Writing R-packages the org way? Date: Fri, 08 Oct 2010 14:09:22 +0100 Message-ID: References: <4CADD83B.4000602@ccbr.umn.edu> <8762xeniy6.fsf@stats.ox.ac.uk> <4CADE357.1090803@ccbr.umn.edu> <87pqvlncsk.fsf@stats.ox.ac.uk> <87fwwglwbi.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35478 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4CtU-0006ye-DU for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 09:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4Chb-0003dl-Tv for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 09:09:37 -0400 Received: from lo.gmane.org ([80.91.229.12]:37998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4Chb-0003dZ-NL for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 09:09:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P4Cha-0003aA-2B for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 15:09:34 +0200 Received: from rgc.damtp.cam.ac.uk ([131.111.17.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 15:09:34 +0200 Received: from S.J.Eglen by rgc.damtp.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 15:09:34 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: S.J.Eglen@damtp.cam.ac.uk Dan Davison writes: > Hi Chuck, > > I agree about making use of existing ESS tools and that a more > traditional Org approach might be appropriate. this may be slightly off-topic, but another way of adding documentation is to the 'roxygen' markup. http://roxygen.org/ ESS has some support for editing roxygen comment chunks within ESS buffers, Stephen