Displaying 1 result from an estimated 1 matches for "r37626".
Did you mean:
537626
2006 Apr 10
0
get(name, envir=envir) : formal argument "envir" matched by multiple actual arguments
...." does not contain a 'sep' (or an argument with the same prefix).
The thing is that it does not happen all the time and if I just re-run
my code it works 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 s...