Re: [Rd] Package manpage DCF hooks

2005-11-16 Thread Martin Maechler
> "Paul" == Paul Roebuck <[EMAIL PROTECTED]> > on Tue, 15 Nov 2005 13:07:47 -0600 (CST) writes: Paul> On Tue, 15 Nov 2005, Martin Maechler wrote: >> > "Paul" == Paul Roebuck <[EMAIL PROTECTED]> >> > on Mon, 14 Nov 2005 15:57:04 -0600 (CST) writes: >> Pa

Re: [Rd] Package manpage DCF hooks

2005-11-15 Thread Paul Roebuck
On Tue, 15 Nov 2005, Martin Maechler wrote: > > "Paul" == Paul Roebuck <[EMAIL PROTECTED]> > > on Mon, 14 Nov 2005 15:57:04 -0600 (CST) writes: > > Paul> On Mon, 14 Nov 2005, Gabor Grothendieck wrote: > >> On 11/14/05, Paul Roebuck <[EMAIL PROTECTED]> wrote: > >> > >> >

Re: [Rd] Package manpage DCF hooks

2005-11-15 Thread Martin Maechler
> "Paul" == Paul Roebuck <[EMAIL PROTECTED]> > on Mon, 14 Nov 2005 15:57:04 -0600 (CST) writes: Paul> On Mon, 14 Nov 2005, Gabor Grothendieck wrote: >> On 11/14/05, Paul Roebuck <[EMAIL PROTECTED]> wrote: >> >> > Was looking at what was output for -package.Rd >> >

Re: [Rd] Package manpage DCF hooks

2005-11-14 Thread Paul Roebuck
On Mon, 14 Nov 2005, Gabor Grothendieck wrote: > On 11/14/05, Paul Roebuck <[EMAIL PROTECTED]> wrote: > > > Was looking at what was output for -package.Rd > > and wondered if any there was any means (via macro, etc) > > to merge some of the same information with a template > > for my package manpa

Re: [Rd] Package manpage DCF hooks

2005-11-14 Thread Gabor Grothendieck
What I do is make my whatever-package.Rd page be the central page where one can get a list of all the other places one can look for info (rather than placing the info itself there). See, for example, library(dyn) package?dyn On 11/14/05, Paul Roebuck <[EMAIL PROTECTED]> wrote: > Was looking at

[Rd] Package manpage DCF hooks

2005-11-14 Thread Paul Roebuck
Was looking at what was output for -package.Rd and wondered if any there was any means (via macro, etc) to merge some of the same information with a template for my package manpage? As much (all?) of the generated information was already provided in the DESCRIPTION, I'd prefer not to have to update