Problems with package containing S4 classes
Thank you, I have already read the R-exts manual, but the collate field is optional. Do you know a package which uses the Collate field so that I can study it? Best regards Christian
Benilton Carvalho wrote:
The Collate field gives the order that the files are going to be concatenated. If they're concatenated using the "wrong" order, your installation might fail (for example, the generic is defined after the method). A recommended source is the "Writing R Extensions" http://cran.r-project.org/doc/manuals/R-exts.html Session 1.1.1 - The Description File (Writing R Extensions) says exactly what you shohuld know about the Collate field (and not only that). b On Mar 16, 2007, at 7:01 PM, cstrato wrote: