Displaying 1 result from an estimated 1 matches for "a0then".
Did you mean:
a0the
2009 Nov 01
0
Internal error in 'ls' for pathological environments (PR#14036)
...olation of its assumption that
>
> " This definition allows
> =A0the namelist argument to be shorter than the valuelist; in this
> =A0case the remaining values must be named already. =A0(This is useful
> =A0in cases where the entire valuelist is already named--namelist can
> =A0then be R_NilValue.)
> "
>
> Removing the assumption from NewEnvironment looks like an efficiency sink=
,
> so I would suggest that we fix do_eval (eval.c) instead, effectively doin=
g l
> <- l[names(l) !=3D ""]. =A0So in
>
> =A0 =A0case LISTSXP:
> =A0 =A0 =A0 =...