Hi, I'm trying to run roxygen to generate Rdoc for code that define S4 classes. Apparently the files generated/updated by function 'roxygenize' don't follow the naming convention of package.skeleton myClass-class.Rd and myGeneric-methods.Rd. I've got duplicate files for each class and method, and the ones from roxygen are quite empty (no slot definition etc...). The ones generated by package.skeleton are complete but don't include the documentation I embedded into the code files. I saw some discussion going about S4 and roxygen some while ago. What's the recommended procedure (if there is one) to get things working flawless (ie. all the doc in the right place)? Thanks, Renaud