[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 Windows.

__
R-help@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.


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 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@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 <[EMAIL PROTECTED]>MTA RMKI, ELTE TTK

__
R-help@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.


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 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

__
R-help@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.


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 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@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.
>

__
R-help@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.


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 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
>

__
R-help@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.


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
GaGr> <[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 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@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.