Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Gabor Grothendieck
On Sat, Mar 29, 2008 at 12:06 PM, Duncan Murdoch [EMAIL PROTECTED] wrote: On 28/03/2008 12:05 PM, [EMAIL PROTECTED] wrote: Good afternoon, This is possibly a windows only bug, definitely of comparatively low importance - but for the sake of completeness here we go. I've searched

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Duncan Murdoch
On 29/03/2008 12:23 PM, Gabor Grothendieck wrote: On Sat, Mar 29, 2008 at 12:06 PM, Duncan Murdoch [EMAIL PROTECTED] wrote: On 28/03/2008 12:05 PM, [EMAIL PROTECTED] wrote: Good afternoon, This is possibly a windows only bug, definitely of comparatively low importance - but for the sake of

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Gabor Grothendieck
On Sat, Mar 29, 2008 at 12:32 PM, Duncan Murdoch [EMAIL PROTECTED] wrote: On 29/03/2008 12:23 PM, Gabor Grothendieck wrote: On Sat, Mar 29, 2008 at 12:06 PM, Duncan Murdoch [EMAIL PROTECTED] wrote: On 28/03/2008 12:05 PM, [EMAIL PROTECTED] wrote: Good afternoon, This is possibly a

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Duncan Murdoch
On 29/03/2008 1:10 PM, Sean O'Riordain wrote: Hi Duncan, I suspect that it's not the SHBrowseForFolder call as it seems fine once the Browse button is pressed - the problem occurs *before* the Browse button is pressed. The Change Dir dialog in R 2.7.0 no longer uses the

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Duncan Murdoch
On 29/03/2008 1:21 PM, Duncan Murdoch wrote: On 29/03/2008 1:10 PM, Sean O'Riordain wrote: Hi Duncan, I suspect that it's not the SHBrowseForFolder call as it seems fine once the Browse button is pressed - the problem occurs *before* the Browse button is pressed. The Change Dir dialog in

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Sean O'Riordain
I did a few other places where askstring() is used, e.g. Help / apropos... and friends. No problem Duncan if you decide not to fix. It's one of those it'd be nice if it was fixed - but it's not a problem if it doesn't bugs... :-) and now that I have a modern (i.e. 5 year old Linux machine) at

[Rd] A patch for extending pdf device to embed popup text and web links

2008-03-29 Thread Tadashi Kadowaki
Dear all, I am sending a patch for extending pdf device to embed popup text and web links. I implemented this feature by using annotation object, a interactive feature of pdf. You can see a sample code for using this feature in the following, and sample pdf is in

Re: [Rd] A patch for extending pdf device to embed popup text and web links

2008-03-29 Thread Tadashi Kadowaki
Dear all, I am sorry that the patch in the previous mail was broken. Gmail broke lines of the patch... I uploaded correct one on http://d.hatena.ne.jp/tadakado/20080329 Regards, Tadashi Kadowaki __ R-devel@r-project.org mailing list https

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Sean O'Riordain
Good afternoon Duncan, Thanks for that. See below for my reply. Best Regards, Sean On 29/03/2008, Duncan Murdoch [EMAIL PROTECTED] wrote: On 28/03/2008 12:05 PM, [EMAIL PROTECTED] wrote: Good afternoon, This is possibly a windows only bug, definitely of comparatively low

[Rd] S4: dumpMethod (PR#11053)

2008-03-29 Thread cgenolin
Full_Name: Christophe Genolini Version: 2.6.2 OS: Windows XP Submission from: (NULL) (82.225.59.146) *This is a mail that I post on r-help: * It seems that the dumpMethod does not work. setClass(A,representation(a=numeric)) setMethod(plot,A,function(x,y,...){cat(A\n)})

Re: [Rd] cpu usage high with windows change dir / winDialogString (PR#11045)

2008-03-29 Thread Sean O'Riordain
Hi Duncan, I suspect that it's not the SHBrowseForFolder call as it seems fine once the Browse button is pressed - the problem occurs *before* the Browse button is pressed. Regards, Sean On 29/03/2008, Duncan Murdoch [EMAIL PROTECTED] wrote: On 29/03/2008 12:23 PM, Gabor Grothendieck wrote:

[Rd] norm_rand() in R-extension vs rnorm in R ---which is better?

2008-03-29 Thread Kyeongmi Cheon
I need to generate good quality of random numbers from univariate normal distribution for further transformation. I tried rnorm in R but it was not good sometimes. Someone said C++ standard library or Fortran's built-in functions for that are good. I found that there is double norm_rand() in