Re: [R] LAPACK.dll and Excel with R 2.7.0

2008-08-07 Thread Chen, Zehao
(=C:\R) setup, running the same wrapper within Excel experiences problem with eigen and solve functions unless you explicity specify LINPACK=T. Best Regards, Zehao -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 2:18 PM To: Chen, Zehao

[R] LAPACK.dll and Excel with R 2.7.0

2008-08-07 Thread Chen, Zehao
Hello, I was building a R addin for Excel. I was able to build R.dll, export to Rdll.lib and wrap it in a Excel addin (.xll) format. Most basic functions work fine within Excel except functions that use LAPACK, e.g. eigen, solve etc. But if you use solve(..., LINPACK = T). That's fine. So apparen

[R] Build a R into a single static library on windows?

2008-06-18 Thread Chen, Zehao
> Hi R users, > > I've been developing a C++ library that depends on R through R.dll. > The current way is to have R directories somewhere and have R_HOME > pointing to it. This works. But it's inconvenient when deploying this > library since the whole R distribution has to be deployed with it. >

[R] Build a R into a single static library on windows?

2008-06-17 Thread Chen, Zehao
Hi R users, I've been developing a C++ library that depends on R through R.dll. The current way is to have R directories somewhere and have R_HOME pointing to it. This works. But it's inconvenient when deploying this library since the whole R distribution has to be deployed with it. It would be v