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
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
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
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
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