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

2008-05-05 Thread Tony Plate
Paul Murrell wrote: Hi Tobias Verbeke wrote: Dear Tadashi, Thank you very much for sharing your work. I am sending a patch for R-2.7.0 for extending pdf device to embed pop up text and web links. The patch is available at http://www.okada.jp.org/RWiki/?plugin=attach&pcmd=open&file=R

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

2008-05-05 Thread Tadashi Kadowaki
Dear Paul and Tobias, Thank you for your positive comments. I agree your comments. Firstly, I am learning how to make an R package, and RSVGTipsDevice is a good pointer for me. Secondly, in a package of extended pdf device, I will try to follow the R coding style. For example, text and mtext func

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

2008-05-04 Thread Paul Murrell
Hi Tobias Verbeke wrote: > Dear Tadashi, > > Thank you very much for sharing your work. > >> I am sending a patch for R-2.7.0 for extending pdf device to embed pop >> up text and >> web links. The patch is available at >> http://www.okada.jp.org/RWiki/?plugin=attach&pcmd=open&file=R-2.7.0.patch

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

2008-05-04 Thread Tobias Verbeke
Dear Tadashi, Thank you very much for sharing your work. I am sending a patch for R-2.7.0 for extending pdf device to embed pop up text and web links. The patch is available at http://www.okada.jp.org/RWiki/?plugin=attach&pcmd=open&file=R-2.7.0.patch&refer=pdf%20device%20patch You can see what

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://stat.ethz.

Re: [Rd] A patch

2008-03-05 Thread Berwin A Turlach
On Wed, 5 Mar 2008 21:02:34 +0800 Berwin A Turlach <[EMAIL PROTECTED]> wrote: > since a day or two "make dvi" and "make pdf" fails on my machine when > I try to install the latest version of R from scratch. The attached > patch seems to solve this problem. Sorry, forgot to change the attachment

Re: [Rd] A patch for do_sample: check replace arg

2006-01-24 Thread Robert Gentleman
should be there now Seth Falcon wrote: > A colleague sent me the following: > > If you specify probabilities in the 'sample' function and forget > to type 'prob=...', then you get nonsense. E.g. > > sample(1:10,1,c(0,0,0,0,1,0,0,0,0,0)) > > does not filter '5', while >