search for: envir2

Displaying 2 results from an estimated 2 matches for "envir2".

Did you mean: envir
2006 Apr 10
0
get(name, envir=envir) : formal argument "envir" matched by multiple actual arguments
...fine again. What I can remember, I've seen this since about R v2.0.0 or so. My current version is Rv 2.3.0 alpha (2006-04-02 r37626) on WinXP. It has been to rare to be able to troubleshoot it and I cannot reproduce it more than running a script for hours. If I rename the variable to say, envir2 <- envir get(name, envir=envir2) the problem seems to go away, i.e. it is not frequent enough to observe it. Has anyone else seen this? /Henrik
2009 Jun 02
2
formal argument "envir" matched by multiple actual arguments
Hi list, This looks similar to the problem reported here https://stat.ethz.ch/pipermail/r-devel/2006-April/037199.html by Henrik Bengtsson a long time ago. It is very sporadic and non-reproducible. Henrik, do you remember if your code was using reg.finalizer()? I tend to suspect it but I'm not sure. I've been hunting this bug for months but today, and we the help of other Bioconductor