Skip to content
Prev 7017 / 20628 Next

error loading lme4a (and b)

I can confirm Robert's experience on 64-bit R on a Windows 7 platform:
Loading required package: Matrix
Loading required package: lattice

Attaching package: ?Matrix?

The following object(s) are masked from ?package:base?:

    det

Loading required package: minqa
Loading required package: Rcpp
Loading required package: MatrixModels
Error in as.environment(pos) :
  no item called "newtable" on the search list
In addition: Warning message:
In objects(newtable, all.names = TRUE) :
  ?newtable? converted to character string
Error: package/namespace load failed for ?lme4a?
R version 2.14.0 (2011-10-31)
Platform: x86_64-pc-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] MatrixModels_0.3-1 minqa_1.1.18       Rcpp_0.9.7         Matrix_1.0-2
[5] lattice_0.20-0

loaded via a namespace (and not attached):
[1] codetools_0.2-8 grid_2.14.0     nlme_3.1-102    splines_2.14.0
[5] tools_2.14.0

I got the same error with the CRAN version of MatrixModels (0.2.1).

Dennis
On Mon, Nov 21, 2011 at 10:41 AM, Robert Kushler <kushler at oakland.edu> wrote: