a.r.runna...@kent.ac.uk wrote:
At lines 1154-5 in par.c (at the latest svn revision 47460), in function
do_par():
if (new_spec && GRecording(call, dd))
GErecordGraphicOperation(op, originalArgs, dd);
if the call GErecordGraphicOperation gives rise to a garbage collection
(as it may)
Aah, yes I have read these. But my use is a bit different. I do not want R
output to be collected. I wanted a nice IDE for R in emacs. So using
multiline comments and org-mode, i can have collapsible sections and
bookmarks in the source
. I already use narrow-region to restrict views, but
its nic
At lines 1154-5 in par.c (at the latest svn revision 47460), in function
do_par():
if (new_spec && GRecording(call, dd))
GErecordGraphicOperation(op, originalArgs, dd);
if the call GErecordGraphicOperation gives rise to a garbage collection
(as it may), the return value of do_par will
Hi, Charlotte:
I'm with Henrik: I don't know the global consequences of "print
= function (...) base::print (...)", but I wouldn't do it.
Writing "print.foo (x, ...)" may violate your sense of
aesthetics, but I avoid it. I've done things like that in the past,
then changed th