Re: [Rd] generate Rd file from R file

2006-01-24 Thread Philippe Grosjean
Hi, There is something like that (not so sophiscticated) defined in the green book, but it is not implemented in R. You should look at the mvbutils package, ?dochelp, ?flatdoc, ?doc3Rd, to get such features. Best, Philippe Grosjean Romain Francois wrote: > Hi, > > Is there something similar t

[Rd] generate Rd file from R file

2006-01-24 Thread Romain Francois
Hi, Is there something similar to javadoc or doxygen for R, ie ability to create a first draft of an Rd file reading the comments that are in a script file? For example, for the weighted.mean function in base, one could write the source as : weighted.mean <- function( x, #@ a nume