On 8/20/2011 3:37 PM, Uwe Ligges wrote: > ?.First.lib has an example: > > ## Suppose a package needs to call a DLL named 'fooEXT', > ## where 'EXT' is the system-specific extension. Then you should use > .First.lib <- function(lib, pkg) > library.dynam("foo", pkg, lib) >
Shouldn't the first line here be > ## Suppose a package needs to call a DLL named 'foo.EXT', ^ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.