Re: [Rd] Changes to correct problems with classes in namespaces

2004-08-24 Thread John Chambers
Prof Brian Ripley wrote: > > John, > > Looks like several packages are failing to dump or load with messages like > (SparseM) > > Error in warning("Undefined slot classes in definition of \"", > [EMAIL PROTECTED], : > Object "classDef" not found > > So far I have seen this with SparseM

Re: [Rd] Changes to correct problems with classes in namespaces

2004-08-24 Thread Prof Brian Ripley
John, Looks like several packages are failing to dump or load with messages like (SparseM) Error in warning("Undefined slot classes in definition of \"", [EMAIL PROTECTED], : Object "classDef" not found So far I have seen this with SparseM, dynamicGraph (and hence deal and gRbase). Sho

[Rd] Changes to correct problems with classes in namespaces

2004-08-24 Thread John Chambers
An extensive set of changes to the methods package has been committed today to allow non-exported classes from packages with namespaces (and some related fixes in dealing with generic functions from namespaces as well). The namespace mechanism requires packages to export any class definitions that