[R] Build a package - check error
Erich Neuwirth
erich.neuwirth at univie.ac.at
Sun Aug 21 11:29:11 CEST 2011
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',
^
More information about the R-help
mailing list