It loaded a month ago but when I tried the command library(Rcmdr) I got the following:
> library(FactoMineR)
Warning message:
package ‘FactoMineR’ was built under R version 3.1.3
> library(Rcmdr)
Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called ‘lme4’
In addition: Warning messages:
1: package ‘Rcmdr’ was built under R version 3.1.3
2: package ‘RcmdrMisc’ was built under R version 3.1.3
3: package ‘car’ was built under R version 3.1.3
Error: package ‘car’ could not be loaded
I then tried to load car and got the following:
local({pkg <- select.list(sort(.packages(all.available = TRUE)),graphics=TRUE)
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called ‘lme4’
In addition: Warning message:
package ‘car’ was built under R version 3.1.3
Error: package or namespace load failed for ‘car’
Is it not working?