Displaying 4 results from an estimated 4 matches for "kadowaki".
2008 Jun 06
1
Makevars or congiure for multi platforms
...AGS=-I/Library/Frameworks/R.framework/PrivateHeaders -DHAVE_CONFIG_H
-----
(Note that the PrivateHeaders directory contains Fileio.h and Defn.h)
My question is,
How do I write Makevars or congiure for Unix/Linux and Windows?
I would like to support those platforms in my library.
Regards,
Tadashi Kadowaki
2006 Oct 11
2
nls function does not use subset argument (PR#9290)
Full_Name: Tadashi Kadowaki
Version: 2.4.0
OS: Redhat Linux 9
Submission from: (NULL) (58.12.166.67)
Doesn't nls function support subset? It seems not to work.
And, there are no information in the online help.
Has it sunk into oblivion?
2008 Jul 01
1
Autoconf / Windows package building problem for device package
Dear list,
Tadashi Kadowaki has developed a pdf device package
that allows to add hyperlinks and popups
to (currently) text, mtext and rect calls.
The package passes R CMD check (minor warnings) and compiles
on MacOS X and GNU/Linux, but we do not succeed in building
the package for Windows.
The current version of the packa...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...%AF%A4%F2%CB%E4%A4%E1%B9%FE%A4%E0%A5%D1%A5%C3%A5%C1
In the pdf, boxes in cyan are web links, and each point has popup text.
If you know about pdf a lot, you can embed any annotation object by calling
PDFAnnotBox directly. I think this patch helps R generate more interactive pdf.
Regards,
Tadashi Kadowaki
--------------------------------------------------------------------------------
sample script
--------------------------------------------------------------------------------
pdf("sample.pdf")
par(oma=c(2,2,2,2))
plot(1:10)
pdf.link.on.box(1, 5, 3, 8, url="http://www.r-project.or...