Re: [Rd] src/main/par.c (PR#14214)

2010-02-15 Thread Peter Dalgaard
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)

Re: [Rd] org-mode (was Re: Feature Request: Multiline Comments)

2010-02-15 Thread Saptarshi Guha
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

[Rd] src/main/par.c (PR#14214)

2010-02-15 Thread A . R . Runnalls
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

Re: [Rd] Darwinian software development and the library function

2010-02-15 Thread Spencer Graves
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