RE: [Rd] checking for _non-existing_ -> documentation and sources at one place.

2004-09-20 Thread Mark.Bravington
Wolski wrote: #>>>Has anyone a tool which is able to generate from #>>>#appropriately commented R-code files (e.g. <>= #>>>#-example section) Rd files: Mark Bravington mentioned something similar in the 'mvbutils' package: Wolski wrote: # # #Hi! # #Is it working with S4? Mark's reply: Don't

RE: [Rd] checking for _non-existing_ -> documentation and sources at one place.

2004-09-17 Thread Wolski
Hi! Is it working with S4? If I understand it right you have to keep each function in an separate file? What I am looking for is something what would resembles more something like this: setClass("test", #The test data storage class.