Install SOMbreroInstallation is done by first installing some required packages from CRAN:install.packages(c("wordcloud","igraph","RColorBrewer","scatterplot3d","knitr","shiny"),                 repos="http://cran.r-project.org/")and then install SOMbrero directly from R-Forge:install.packages("SOMbrero", repos="http://R-Forge.R-project.org")or, alternatively,install.packages("SOMbrero", repos="http://R-Forge.R-project.org", type="source")if you are using a Mac.
In case installation from R-Forge does not work, download the package here and use installation from ZIP file in Windows GUI or for Unix users, the command line R CMD INSTALL SOMbrero_XXX.tar.gz
Do not hesitate to contact [url=mailto:tuxette[AT]nathalievilla.org]tuxette[/url] if you have a problem during the installation.