Skip to content
Prev 3446 / 12125 Next

[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