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

2008-03-29 Thread Tadashi Kadowaki
t by calling PDFAnnotBox directly. I think this patch helps R generate more interactive pdf. Regards, Tadashi Kadowaki sample script pdf

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

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

2008-05-04 Thread Tadashi Kadowaki
s binary, which can be obtained from http://prs.ism.ac.jp/~nakama/tadakadosan/cran/ An installer, R-2.7.0pat-win32.exe, will install programs in C:\Program Files\R\R-2.7.0pat so that you can use both of original and patched version simultaneously. Regards, Tadashi Kadowaki

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

2008-05-05 Thread Tadashi Kadowaki
functions will be overwritten to accept "href" and "popup" options. Then, we extend the functions simply and can keep compatibility. This is also possible for rect function. In short, we don't have to have any new functions! Regards, Tadashi Kadowaki 2008/5/5 Paul Murrell

[Rd] Makevars or congiure for multi platforms

2008-06-06 Thread Tadashi Kadowaki
Unix/Linux and Windows? I would like to support those platforms in my library. Regards, Tadashi Kadowaki __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Makevars or congiure for multi platforms

2008-06-08 Thread Tadashi Kadowaki
R_DIR=/path/to/src/include" pdf2/pkg - ,where /path/to/src/include is the directory in the R source. I didn't check it for Linux and Windows... Regards, Tadashi Kadowaki 2008/6/8 Laurent Gautier <[EMAIL PROTECTED]>: > 2008/6/7 <[EMAIL PROTECTED]>: >> >> Mes

Re: [Rd] Makevars or congiure for multi platforms

2008-06-09 Thread Tadashi Kadowaki
Prof Ripley, I fixed and uploaded. However, it is still useful for development of a package that is close to R core, if Rconfig.h contains all definitions in config.h. If Rconfig contained all information, I didn't have to refer the private header directory. Regards, Tadashi Kadowaki 200

Re: [Rd] Makevars or congiure for multi platforms

2008-06-10 Thread Tadashi Kadowaki
Prof. Ripley, Yes, I can configure when I write configure.ac correctly. But, If you provide all settings in Rconfig.h, I don't have to write configure.ac. That is a big benefit for package developers. Actually I haven't written correct configure.ac yet. Regards, Tadashi Kadowaki 2008

Re: [Rd] Makevars or congiure for multi platforms

2008-06-11 Thread Tadashi Kadowaki
TIN1 1 #define RETSIGTYPE void #define Unix 1 (or #define Win 1) But, I would say that If Rconfig.h contains all entries in config.h, I don't have to use congure at all. Just write #include . Regards, Tadashi Kadowaki 2008/6/11 Prof Brian Ripley <[EMAIL PROTECTED]>: > On Wed, 11 Jun

Re: [Rd] Autoconf / Windows package building problem for device package

2008-07-02 Thread Tadashi Kadowaki
, this approach should be not so dangerous, because almost all code of pdf2 is from original pdf device code. (I know I have to use pdf device code and headers from R 2.7.1 now) Regards, Tadashi Kadowaki 2008/7/2 Simon Urbanek <[EMAIL PROTECTED]>: > Tobias, > > that package uses h

Re: [Rd] Autoconf / Windows package building problem for device package

2008-07-02 Thread Tadashi Kadowaki
of R, you are completely correct. However, I don't want to pay efforts for simplifying the code. I think the pdf2 package is designed for proof of the concept of adding pdf specific features, such as pop-up text and url link. Therefore, I want to keep devPS.c of the pdf2 replaceable with that

Re: [Rd] nls function does not use subset argument (PR#9290)

2006-10-11 Thread Tadashi Kadowaki
t does not appear in the code of the nls function. Then, I reached a wrong conclusion. Thank you very much for your time. Tadashi Kadowaki 11 Oct 2006 11:55:56 +0200, Peter Dalgaard <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] writes: > > > Full_Name: Tadashi Kadowaki > > Ver