[R] Does R have a "const object"?
Gabor Grothendieck
ggrothendieck at gmail.com
Wed Mar 16 17:08:06 CET 2011
On Wed, Mar 16, 2011 at 11:49 AM, <luke-tierney at uiowa.edu> wrote:
> Just as a heads-up: it is likely that unlocking the bindings in base
> for pi, T, F, probably all BULTIN and SPECIAL functions, and possibly
> more, will start signaling warnings in the near future. Doing this
> may be useful at times for debugging but it can mess up assumptions
> others make about how things in base work and so reduce code
> reliability.
That seems ok for pi, T and F but if its extended to everything in
base then I would hope there is a nowarn= argument or other easy way
to avoid the warning message.
More information about the R-help
mailing list