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 Windows.
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 homepage. On Mon, Nov 26, 2007 at 05:59:55PM -0600, 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 seem to access the "Writing R Extensions" manual from 2.6.1 > on Windows. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Csardi Gabor <csardi at rmki.kfki.hu> MTA RMKI, ELTE TTK
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 seem to access the "Writing R Extensions" manual from 2.6.1 > on Windows.Did you install it? I believe it is not installed by default. Duncan Murdoch
See ?package.skeleton ?prompt On Nov 26, 2007 6:59 PM, Edna Bell <edna.bell01 at gmail.com> 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 seem to access the "Writing R Extensions" manual from 2.6.1 > on Windows. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >