[Rd] documentation improvement request: add search (PR#12905)

2008-09-18 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## > help.search("normal probability plot") No help files

[Rd] setIs() with coerce= and method selection

2008-09-18 Thread John Chambers
A bug has been fixed that basically broke the use of setIs() to define explicit inheritance with coerce= and replace= methods. For inherited methods to work in this case, the argument(s) need to be coerced by as() to the defined class in the signature. This was not being done, meaning that an

Re: [Rd] Rterm.exe, windows event loop running in multiple threads?

2008-09-18 Thread Simon Anders
Hi Michael, Michael Lawrence wrote: >>> For processing events, RGtk2 has moved away from using the old tcl_do hack >>> and now synchronizes on the Windows event loop. In Rgui.exe this works >>> fine >>> (well mostly), but in Rterm.exe, users report the following warning from >>> GLib: "main loop a

Re: [Rd] Rterm.exe, windows event loop running in multiple threads?

2008-09-18 Thread Michael Lawrence
On Thu, Sep 18, 2008 at 6:28 AM, Duncan Murdoch <[EMAIL PROTECTED]>wrote: > On 18/09/2008 8:59 AM, Michael Lawrence wrote: > >> For processing events, RGtk2 has moved away from using the old tcl_do hack >> and now synchronizes on the Windows event loop. In Rgui.exe this works >> fine >> (well most

Re: [Rd] Rterm.exe, windows event loop running in multiple threads?

2008-09-18 Thread Duncan Murdoch
On 18/09/2008 8:59 AM, Michael Lawrence wrote: For processing events, RGtk2 has moved away from using the old tcl_do hack and now synchronizes on the Windows event loop. In Rgui.exe this works fine (well mostly), but in Rterm.exe, users report the following warning from GLib: "main loop already a

[Rd] Rterm.exe, windows event loop running in multiple threads?

2008-09-18 Thread Michael Lawrence
For processing events, RGtk2 has moved away from using the old tcl_do hack and now synchronizes on the Windows event loop. In Rgui.exe this works fine (well mostly), but in Rterm.exe, users report the following warning from GLib: "main loop already active in another thread". The most obvious way th