[R] Recursive default argument reference
Ray Brownrigg
ray at mcs.vuw.ac.nz
Tue Jan 25 10:11:48 CET 2005
> From: boston knot <bostonknot at yahoo.com>
> Date: Mon, 24 Jan 2005 20:50:53 -0800 (PST)
> "Recursive default argument reference" keeps appearing when I try to run a haplo.score function in R for Windows. I'm new to using this program. Does anyone know what this means?
>
I don't know exactly what it means, but I have seen it quite some time
ago when I was creating a package using delay(). It is easily
reproduced by:
> x <- delay({runtimeerror; 10})
> x
Error: Object "runtimeerror" not found
> x
Error: recursive default argument reference
>
HTH,
Ray Brownrigg
More information about the R-help
mailing list