Skip to content
Prev 3447 / 12125 Next

[R-pkg-devel] package docu

Thanks a lot - I tried with prompt(kw) and that warning disappeared but instead I got another
Data with usage in documentation object 'kw' but not in code:
    Kw

And the code is really full og kw - 

I'm so sorry to bother
BW
Troels

-----Oprindelig meddelelse-----
Fra: Duncan Murdoch <murdoch.duncan at gmail.com> 
Sendt: 26. januar 2019 14:45
Til: Troels Ring <tring at gvdnet.dk>; 'Michael Dewey' <lists at dewey.myzen.co.uk>; 'package-develop' <r-package-devel at r-project.org>
Emne: Re: [R-pkg-devel] package docu
On 26/01/2019 8:31 a.m., Troels Ring wrote:
Within R, set your working directory to the man directory for your package, then run

   prompt(kw)

and it will create kw.Rd in the right format.  You just need to edit it to fill in the details.  There will be comments in the file explaining what to do.  Don't put quotes on the name; prompt("kw") is wrong.

Duncan Murdoch