FactoMineR

You can see the Website dedicated to FactoMineR (link for English version, and for the French version)

How do you install the latest version of FactoMineR available on GitHub?

if (!require("devtools")) install.packages("devtools")
library(devtools)
install_github("husson/FactoMineR")