Re: [Rd] namespaces and S4 methods/classes

2003-09-06 Thread Ross Ihaka
John Chambers wrote: The current version of the methods package now has a namespace. Packages using S4 methods and classes can have NAMESPACE files. New directives can be included in NAMESPACE files to import and export classes and methods. Looking good! A couple of (quite possibly silly) questio

[Rd] (no subject)

2003-09-06 Thread Eddie Kohler
Hi, This message was automatically generated: I'm away on vacation until September 20, and will probably not respond to your message until after I return. Eddie __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Message ("Your message dated Sat, 6 Sep 2003 15:02:49...") (PR#4086)

2003-09-06 Thread LISTSERV
Your message dated Sat, 6 Sep 2003 15:02:49 --0400 with subject "Thank you!" has been submitted to the moderator of the GUST-L list: "jola Sz." <[EMAIL PROTECTED]>. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinf

[Rd] Frederic Ibanez absent de l'Observatoire (PR#4084)

2003-09-06 Thread ibanez
Je suis en conge jusqu'a la mi-Septembre; je prendrai connaissance de votre message a mon retour. F. Ibanez __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] S4 Method Collisions with "[" (PR#4075)

2003-09-06 Thread John Chambers
We have a fix for this bug, which will be comitted, probably later today. Be aware until then that some methods for primitive functions may turn up missing if one package requires() another. If you must use last night's version, a workaround is to do getAllMethods(f) for the offending functions