Hi - so I've dusted off the C bits of my brain and gotten a library written for my 
package...
 
It passes R CMD check ok, and I've put a file called '.First.lib.R' in the pacakge's 
'R'  subdirectory. Its permissions are 644.

It says:

.First.lib <- function(lib,pkg) {
   library.dynam("foo",pkg,lib);
   require(affy,quietly=TRUE);
}


I build and INSTALL the package, start R and then call library(foo).
I deduce that my '.First.lib' isn't running because the affy library doesn't get 
loaded - and neither does my dynamic library (which complies ok and results in 
'foo.so' being put in the 'src/' directory of the package)...

Any ideas what I'm doing wrong?

Crispin
 
--------------------------------------------------------

 
This email is confidential and intended solely for the use o...{{dropped}}

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to