Skip to content
Prev 9722 / 20628 Next

Trouble getting development version of lme4

On 2/27/2013 7:59 PM, Ben Bolker wrote:
Well, that's a  good reason it didn't work!  Unfortunately, I still have 
problems with it, perhaps because minqa and lme4 are coming from 
different sources built against different versions of R.
I got minqa from
'http://r-forge.r-project.org/bin/windows/contrib/2.15/minqa_1.2.1.zip'
and lme4 from
'http://lme4.r-forge.r-project.org/repos/bin/windows/contrib/2.15/lme4_0.999902344-0.zip'
Neither is available on the other's repository.
Then
 > library(lme4)
Loading required package: lattice
Loading required package: Matrix
Error in inDL(x, as.logical(local), as.logical(now), ...) :
   unable to load shared object 
'c:/Users/rdboylan/Documents/R/R-2.15.2/site-library/minqa/libs/i386/minqa.dll':
   LoadLibrary failure:  Invalid access to memory location.

Error: package/namespace load failed for 'lme4'

BTW, ending the R session and exiting ess (but not emacs) did allow me 
to delete the residual old dll and install the new package.
That would be great.
The binaries are a great convenience.

The best news is that the CRAN version of lme4 seems able to do the 
poisson with my data as long as I don't specify nAGQ=.  Since my 
immediate concern is using this inside an imputation procedure, great 
precision is probably not that important.