William, > and here mention "intra-class name clashes" (I'm not sure what you > mean by this).
sorry, i meant, in something like C++, if i have a class Foo and you have a class Bar, then i can invent whatever method names/signatures i want, independent of whatever method names/signatures *you* want. *i* just need to make sure i don't introduce incompatible methods with the same name/signature *within* Foo. cheers, Greg ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.