[R] glmmML package

Thomas Lumley tlumley at u.washington.edu
Tue Jun 15 00:49:01 CEST 2004


On Mon, 14 Jun 2004, Small, Dylan wrote:

> I'm trying to use the glmmML package on a Windows machine.   When I try to install the package, I get the message:
>
> > {pkg <- select.list(sort(.packages(all.available = TRUE)))
> + if(nchar(pkg)) library(pkg, character.only=TRUE)}
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
>         unable to load shared library "C:/PROGRA~1/R/rw1051/library/glmmML/libs/glmmML.dll":
>   LoadLibrary failure:  The specified procedure could not be found.
> In addition: Warning message:
> package glmmML was built under R version 1.9.0
> Error in library(pkg, character.only = TRUE) :
>         .First.lib failed
>
> Does anybody know how to correct this problem?  Thanks.

Upgrading your version of R would be a good start -- it looks as though
you are still using 1.5.1.  This might fix the problem, and if it doesn't,
it will at least make it easier for people to duplicate it and help you.

	-thomas




More information about the R-help mailing list