FactoMineR not able to load

1,122 views
Skip to first unread message

Elvin Chun

unread,
Dec 7, 2016, 6:02:28 PM12/7/16
to FactoMineR users
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? 

François Husson

unread,
Jan 29, 2018, 7:28:47 AM1/29/18
to FactoMineR users
The problem is due to the packages lme4 and car that are not installed. You should intall them before Rcmdr.
The pb is not due to FactoMineR.
If it doesn't work, you should use the package Factoshiny.
FH
Reply all
Reply to author
Forward
0 new messages