Hi everybody I have a question about loading 'RcmdrPlugin.FactoMineR' pachage in R. I have installed Rcmdr, FactoMineR and 'RcmdrPlugin.FactoMineR. when I want to load this package, at first a message inform me I should load the following list of packages: FactoMineR, ellipse, lattice, cluster, scatterplot3d, Rcmdr, tcltk, car, MASS, nnet I have loaded all above packages and again I load the 'RcmdrPlugin.FactoMineR' package. The output is as follows: ##################################################################################### local({pkg <- select.list(sort(.packages(all.available = TRUE)),graphics=TRUE) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Attaching package: 'RcmdrPlugin.FactoMineR' The following object(s) are masked _by_ '.GlobalEnv': defmacro, FactoAFDM, FactoCA, Factocatdes, FactoDMFA, FactoGPA, FactoHCPC, FactoHMFA, FactoMCA, FactoMFA, FactoPCA, Factoprefpls, readDataSetFacto The following object(s) are masked from 'package:Rcdr': defmacro ##################################################################################### Would you please help me to find a good solution for this problem? Thanks a lot.
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.