Hi, How do I document an S3 class with roxygen2? I create the class at the end of the method with: class(res) <- "myclass" but how do I create an documentation entry for this class, where I can describe the fields of the class (in case of myclass these are just list entries)? regards -- Witold Eryk Wolski