Re: [R] Recursive default argument reference

2005-01-25 Thread Ray Brownrigg
 From: boston knot [EMAIL PROTECTED]
 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

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] Recursive default argument reference

2005-01-24 Thread boston knot
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? 
 
 
 


-


[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html