Skip to content
Back to formatted view

Raw Message

Message-ID: <F2A4D9C4-2DFF-4D87-8453-928101CF3C24@gmail.com>
Date: 2013-10-12T22:49:45Z
From: michael.weylandt at gmail.com (R. Michael Weylandt
Subject: user defined macros in Rd files
In-Reply-To: <52560078.9090709@gmail.com>

On Oct 9, 2013, at 21:18, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:

> On 13-10-09 7:54 PM, Henrik Bengtsson wrote:
>> 
>> 
>> On my related wishlist: A standardized mechanism to 'R CMD build' for
>> building man/*.Rd from any input format (e.g. roxygen and so on)
>> analogously how we can now build vignettes of any input format.  With
>> that in place, it would a be piece of cake to include macros from
>> external files.
>> 
>> Just wanted to throw it out there.
> 
> No, we certainly won't do that.  We rely on being able to process the Rd files in multiple ways.
> 

I'm a but confused here Duncan: 

Henrik's proposal still results in the Rd files being created and then all of the cool things which get done (example checking, HTML, PDF, etc.) can carry on as usual. Since those are all done from the tarball by R CMD build, they can't know how the Rd files were created in the first place. 

Can you say a bit more about what would break? I'm afraid I'm missing something obvious. 

Michael

> Duncan Murdoch