Re: [R] generating .Rd files

2007-11-27 Thread Martin Maechler
> "GaGr" == Gabor Grothendieck <[EMAIL PROTECTED]> > on Mon, 26 Nov 2007 23:25:45 -0500 writes: GaGr> See ?package.skeleton GaGr> ?prompt Yes, indeed. And I think that was the only pertinent answer to Edna's question. GaGr> On Nov 26, 2007 6:59 PM, Edna Bell GaG

Re: [R] generating .Rd files

2007-11-26 Thread Edna Bell
Thanks to all. I did not install. (no wonder I couldn't find them...) On 11/26/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 26/11/2007 6:59 PM, Edna Bell wrote: > > Hi R Gurus! > > > > I have a package that I am putting together. > > > > I waited until the end to do the documentation and

Re: [R] generating .Rd files

2007-11-26 Thread Gabor Grothendieck
See ?package.skeleton ?prompt On Nov 26, 2007 6:59 PM, Edna Bell <[EMAIL PROTECTED]> wrote: > Hi R Gurus! > > I have a package that I am putting together. > > I waited until the end to do the documentation and would like to > generate a set of "empty" .Rd files. > > Is there a quick way to do th

Re: [R] generating .Rd files

2007-11-26 Thread Duncan Murdoch
On 26/11/2007 6:59 PM, Edna Bell wrote: > Hi R Gurus! > > I have a package that I am putting together. > > I waited until the end to do the documentation and would like to > generate a set of "empty" .Rd files. > > Is there a quick way to do this, please? > > Thanks, > Edna Bell > PS I can't se

Re: [R] generating .Rd files

2007-11-26 Thread Gabor Csardi
Edna, maybe there is a way, but Rd files are not that difficult, writing an empty one requires less time than writing this email. Then just copy your empty file as many times as you want. Gabor ps. perhaps you didn't install the manuals. You can always read the up-to-date versions at the R home

[R] generating .Rd files

2007-11-26 Thread Edna Bell
Hi R Gurus! I have a package that I am putting together. I waited until the end to do the documentation and would like to generate a set of "empty" .Rd files. Is there a quick way to do this, please? Thanks, Edna Bell PS I can't seem to access the "Writing R Extensions" manual from 2.6.1 on Win