Displaying 1 result from an estimated 1 matches for "rae230agenenam".
Did you mean:
rae230agenename
2007 Jun 12
1
bug in R environments? Was: [BioC] 'recursive default argument' error...
...r happens whenever you try to
repeat the process of transforming the environment to a list. The
cancel must be done soon after hitting return, I found one case when
delaying a little made me unable to reproduce the error. Other
environments found in the package are not affected (i.e.
rae230aSYMBOL, rae230aGENENAME, etc).
Going deeper to the problem, I found that canceling the environment
"loading" with any function reproduces the problem:
> is(rae230aSYMBOL)
^C
> is(rae230aSYMBOL)
Error in .class1(object) : recursive default argument reference
> rae230aSYMBOL
Error: recursive default ar...