[Rd] Namespace problem
Prof Brian Ripley
ripley at stats.ox.ac.uk
Mon Sep 20 18:49:06 CEST 2004
Please try to load/attach your package before trying to check it -- you
will get more informative error messages from library(eha). The message is
almost certainly spurious, because your package is too badly broken to be
loaded. We've seen quite a few examples in package testing, but have not
yet managed to find a way to trap the more informative message.
On Mon, 20 Sep 2004, gb wrote:
> On Mon, Sep 20, 2004 at 10:43:44AM +0200, Martin Maechler wrote:
> > >>>>> "GB" == Göran Broström <gb at stat.umu.se>
> > >>>>> on Sun, 19 Sep 2004 18:51:49 +0200 writes:
>
> [...]
>
> > GB> I've checked that section, but I am not adding methods to generics,
> >
> > sure?
> > Aren't you trying to export mlreg.fit
> > which looks like a 'fit' S3 method for the 'mlreg' generic?
>
> But it isn't. I just have found '.' to be a convenient separator in
> variable names, since '_' (my C favourite) wasn't available. So what you
> are suggesting is that I have to change all the variable names with dots in
> them. Or add 'S3metod(...' for each of them. I guess that the former is
> preferable.
>
> But how is this problem connected to using C/Fortran code?
>
> Göran
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-devel
mailing list