Re: [Rd] include C functions from nmath in my own C functions

2005-08-11 Thread Douglas Bates
On 8/11/05, yyan liu <[EMAIL PROTECTED]> wrote: > Hi: > I followed the README in src/nmath/standalone/ > to make the use the command "make shared" to make the > libRmath.so file. I also add the directories containg > libRmath.so to LD_LIBRARY_PATH by using command > "export > D_LIBRARY_PATH

[Rd] include C functions from nmath in my own C functions

2005-08-11 Thread yyan liu
Hi: I followed the README in src/nmath/standalone/ to make the use the command "make shared" to make the libRmath.so file. I also add the directories containg libRmath.so to LD_LIBRARY_PATH by using command "export D_LIBRARY_PATH=$LD_LIBRARY_PATH:$/home/zhliu/Backup/R-2.0.1/src/nmath/standa

[Rd] Registering S3 class from external package

2005-08-11 Thread Paul Roebuck
The package I'm working on can extract data from external packages but would otherwise have no dependency on them. However, I desire to be able to dispatch based on an external S3 class if its package is attached (.First.lib). My code is S4-based and its package has NAMESPACE. Registering the exte