mixOmics
The package "mixOmics" depends on a nunber of packages which render some of the 3D graphics output, among them "rgl" which in turn needs a OpenGL libraries/header files for successful compilation. These can be installed by issuing following command in a separate terminal window:sudo apt-get install libglu1-mesa-dev libgl1-mesa-devOnce the system packages have been installed, issuing following command in your R session will install the "mixOmics" package:
install.packages("mixOmics")
Thank you Seb, That help me so much
ReplyDelete