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
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
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
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
Dear all,
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 the patch can do through a sample output, which is
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.
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
http://www.okada.jp.org/RWiki/?plu
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
Dear all,
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.
Cheers,
Berwin
=== Full address =
Berwin A Turlach
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
>
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
sample(1:10,1,prob=c(0,0,0,0,1,0,0,0,0,0))
11 matches
Mail list logo