On Mon, 2012-06-04 at 11:28 -0400, Steve Lianoglou wrote: > And perhaps an even better solution is to not access the slot directly > -- which is to say, don't use `@` or `slot(...)` since it's considered > "good form" to provide accessors to slots via methods rather than > having users directly manipulate the internals of your objects. > > So, in this case, instead of `fit.stable@fit` or `slot(fit.stable, > 'fit')` you'd have: `fit(stable.fit)`
This worked. Thanks to all who helped. Regards, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock _______________________________________________ Roxygen-devel mailing list Roxygen-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/roxygen-devel