Displaying 1 result from an estimated 1 matches for "27get".
Did you mean:
20get
2009 Jan 20
0
work-around for debugger broken (by changed behaviour of get under R 2.8?) when functions have ... arguments
...posted on R-help
(http://article.gmane.org/gmane.comp.lang.r.general/136515). Is it
possible to add the work-around or some equivalent to the utils package,
please?
I think this may be related to the changed behaviour of get under R 2.8
referred to in:
http://www.nabble.com/changed-behaviour-of-%27get%27-in-2.8.0:-request-f
or-unchange-td20143510.html
I am trying to use the debugger (to resolve a bug when running with
Rscript) and have a secondary problem when functions have unused ...
Arguments which can be reduced to the following sequence:
# A script with a bug in it
options(error=quot...